Commit 50351870 authored by Saul Ibarra's avatar Saul Ibarra

Removed is_local property from IconDescriptor

parent b07dac4c
......@@ -179,10 +179,6 @@ class IconDescriptor(object):
def __repr__(self):
return '%s(%r, %r)' % (self.__class__.__name__, self.url, self.etag)
@property
def is_local(self):
return self.url.scheme in ('', 'file')
class PresenceState(object):
def __init__(self, state, note=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment