From 27d2157c7402f1c384e378f2b26cd15584b82c3c Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 7 Oct 2017 12:30:24 +0100 Subject: contact: Remove now-unused alias of presence to show. --- poezio/contact.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'poezio/contact.py') 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 '' -- cgit v1.2.3