Remove un-used import.

This commit is contained in:
Pedro Algarvio 2011-05-01 04:46:54 +01:00
parent f26de83509
commit f2249d5803

View File

@ -44,7 +44,7 @@ import deluge.component as component
import deluge.configmanager as configmanager
from deluge.common import (AUTH_LEVEL_ADMIN, AUTH_LEVEL_NONE, AUTH_LEVEL_NORMAL,
AUTH_LEVEL_READONLY, AUTH_LEVEL_DEFAULT,
create_auth_file, create_localclient_account)
create_localclient_account)
from deluge.error import AuthManagerError, AuthenticationRequired, BadLoginError