Skip to content
Snippets Groups Projects
Commit bb8df6b5 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove old comment in caps.py

parent 82b30c07
No related branches found
No related tags found
No related merge requests found
......@@ -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. '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment