X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fdebug.py;h=d556cf7bb83341d35aab5f1d92e55dad7d1662e4;hb=a137e9ca9ed2e829e2a3b22ba22f4119ee0e26c2;hp=c52fc635e1940c5921d8bc2eeca46483151d561b;hpb=206d148ad8b0a2e3ea6d569c2dcb486497dc11c9;p=theonering diff --git a/src/debug.py b/src/debug.py index c52fc63..d556cf7 100644 --- a/src/debug.py +++ b/src/debug.py @@ -1,7 +1,7 @@ -import telepathy +import tp -class Debug(telepathy.server.Debug): +class Debug(tp.Debug): def __init__(self, connManager): - telepathy.server.Debug.__init__(self, connManager) + tp.Debug.__init__(self, connManager)