Several pylint fixes.

This commit is contained in:
Marco Pesenti Gritti
2008-08-11 00:50:29 +02:00
parent 4c35d77854
commit 80190bf944
7 changed files with 20 additions and 14 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
from telepathy.constants import (
CHANNEL_GROUP_FLAG_CHANNEL_SPECIFIC_HANDLES)
from tubeconn import TubeConnection
import presenceservice
from sugar.presence.tubeconn import TubeConnection
from sugar.presence import presenceservice
class SugarTubeConnection(TubeConnection):