X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Flocation.py;h=54f6d8608c1a058c44ffd216180f61842ef1397c;hp=24e73a0cad537a6b484560446af5468469ddd168;hb=613ba869ba587b74ec66c0dfd0e30978ddd11cf7;hpb=68d86d0de3ad50d14510880a8c1767de768dff7c diff --git a/src/location.py b/src/location.py index 24e73a0..54f6d86 100644 --- a/src/location.py +++ b/src/location.py @@ -1,10 +1,12 @@ import telepathy -class LocationMixin(telepathy.server.ConnectionInterfaceLocation): +#class LocationMixin(telepathy.server.ConnectionInterfaceLocation): +class LocationMixin(object): def __init__(self): - telepathy.server.ConnectionInterfaceLocation.__init__(self) + #telepathy.server.ConnectionInterfaceLocation.__init__(self) + pass @property def session(self):