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. STABLE.
""" """
import logging
import gtk import gtk
import gobject import gobject
import pango import pango

View File

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