Random bug fixes, advancing the channels, unit tests, seperating contacts not just...
[theonering] / src / location.py
index 24e73a0..54f6d86 100644 (file)
@@ -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):