summaryrefslogtreecommitdiff
path: root/poezio/contact.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-07 12:30:24 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-07 12:30:24 +0100
commit27d2157c7402f1c384e378f2b26cd15584b82c3c (patch)
treeabc75b1fbae378adb01ca11526703382ae2b9244 /poezio/contact.py
parent8eb7f73befec4ff0c03dfa377a59aa86cedca63e (diff)
downloadpoezio-27d2157c7402f1c384e378f2b26cd15584b82c3c.tar.gz
poezio-27d2157c7402f1c384e378f2b26cd15584b82c3c.tar.bz2
poezio-27d2157c7402f1c384e378f2b26cd15584b82c3c.tar.xz
poezio-27d2157c7402f1c384e378f2b26cd15584b82c3c.zip
contact: Remove now-unused alias of presence to show.
Diffstat (limited to 'poezio/contact.py')
-rw-r--r--poezio/contact.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/poezio/contact.py b/poezio/contact.py
index 883c607a..6e01e41e 100644
--- a/poezio/contact.py
+++ b/poezio/contact.py
@@ -40,8 +40,6 @@ class Resource(object):
def presence(self):
return self._data.get('show') or ''
- show = presence
-
@property
def status(self):
return self._data.get('status') or ''