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

ServiceDiscoveryWindow must be a sub-class of object, so that property() works fine

parent d5524253
No related branches found
No related tags found
No related merge requests found
......@@ -398,8 +398,8 @@ class ServicesCache:
if self._cbs.has_key(cbkey):
del self._cbs[cbkey]
class ServiceDiscoveryWindow:
# object is needed so that property() works
class ServiceDiscoveryWindow(object):
'''Class that represents the Services Discovery window.'''
def __init__(self, account, jid = '', node = '',
address_entry = False, parent = None):
......
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