remove old comment in caps.py
This commit is contained in:
parent
82b30c0791
commit
bb8df6b540
1 changed files with 0 additions and 5 deletions
|
@ -64,11 +64,6 @@ class CapsCache(object):
|
|||
>>> muc in x.features
|
||||
True
|
||||
|
||||
# retrieving data (multiple exts case)
|
||||
>>> caps=('http://gajim.org/caps', '0.9', ('csn', 'ft'))
|
||||
>>> muc in cc[caps].features
|
||||
True
|
||||
|
||||
'''
|
||||
def __init__(self, logger=None):
|
||||
''' Create a cache for entity capabilities. '''
|
||||
|
|
Loading…
Add table
Reference in a new issue