X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fdebug.py;h=d556cf7bb83341d35aab5f1d92e55dad7d1662e4;hp=c52fc635e1940c5921d8bc2eeca46483151d561b;hb=074b7adedaeba92d5993f8015be26c684f8bbfd8;hpb=206d148ad8b0a2e3ea6d569c2dcb486497dc11c9 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)