pylint cleanup: remove unused imports

Reviewed-by: James Cameron <quozl@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
CC: Aleksey Lim <alsroot@member.fsf.org>
This commit is contained in:
Sascha Silbe 2010-10-15 19:41:53 +00:00
parent eacce98f88
commit 3d227102c4
2 changed files with 1 additions and 4 deletions

View File

@ -21,8 +21,6 @@
STABLE.
"""
import logging
import gtk
import gobject
import pango

View File

@ -24,8 +24,7 @@ from functools import partial
import dbus
from dbus import PROPERTIES_IFACE
from telepathy.interfaces import ACCOUNT, \
ACCOUNT_MANAGER, \
CONNECTION
ACCOUNT_MANAGER
from telepathy.constants import CONNECTION_STATUS_CONNECTED
ACCOUNT_MANAGER_SERVICE = 'org.freedesktop.Telepathy.AccountManager'