remove old comment in caps.py
This commit is contained in:
parent
82b30c0791
commit
bb8df6b540
|
@ -64,11 +64,6 @@ class CapsCache(object):
|
||||||
>>> muc in x.features
|
>>> muc in x.features
|
||||||
True
|
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):
|
def __init__(self, logger=None):
|
||||||
''' Create a cache for entity capabilities. '''
|
''' Create a cache for entity capabilities. '''
|
||||||
|
|
Loading…
Reference in New Issue