remove old comment in caps.py

This commit is contained in:
Yann Leboulanger 2008-06-12 15:16:36 +00:00
parent 82b30c0791
commit bb8df6b540
1 changed files with 0 additions and 5 deletions

View File

@ -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. '''