summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-04-29 19:17:38 +0200
committermathieui <mathieui@mathieui.net>2012-04-29 19:17:38 +0200
commit3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec (patch)
tree6cf5c294e4fd8b83767d0bc79d142256acc59b53 /src/contact.py
parentffae7e7eb827b05303d190b8700ddfda9d29d028 (diff)
downloadpoezio-3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec.tar.gz
poezio-3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec.tar.bz2
poezio-3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec.tar.xz
poezio-3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec.zip
Remover leftover unused 'resources' property
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/contact.py b/src/contact.py
index 48f5d751..69dfb984 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -62,11 +62,6 @@ class Contact(object):
return self.__item['groups'] or ['none']
@property
- def resources(self):
- """Resources of the contact"""
- return self._resources
-
- @property
def bare_jid(self):
"""The bare_jid or the contact"""
return self.__item.jid