Fixing a resource leak where on connection failure, the connection would be left...
[theonering] / src / location.py
index 71868ba..59195fd 100644 (file)
@@ -8,11 +8,11 @@ import gtk_toolbox
 _moduleLogger = logging.getLogger('location')
 
 
-#class LocationMixin(telepathy.server.ConnectionInterfaceLocation):
+#class LocationMixin(tp.ConnectionInterfaceLocation):
 class LocationMixin(object):
 
        def __init__(self):
-               #telepathy.server.ConnectionInterfaceLocation.__init__(self)
+               #tp.ConnectionInterfaceLocation.__init__(self)
                pass
 
        @property