removed unnecessary import

This commit is contained in:
Patrick Ulbrich
2013-07-21 12:30:49 +02:00
parent ab41dc7306
commit d29d22547a

View File

@@ -25,7 +25,6 @@ from gi.repository import GLib, GdkPixbuf, Gtk
from common.dist_cfg import PACKAGE_NAME
from common.i18n import _
from common.utils import get_data_file
from common.accounts import Account
class AccountDialog:
def __init__(self, parent, acc):