mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Remove un-used import.
This commit is contained in:
parent
f26de83509
commit
f2249d5803
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ import deluge.component as component
|
||||||
import deluge.configmanager as configmanager
|
import deluge.configmanager as configmanager
|
||||||
from deluge.common import (AUTH_LEVEL_ADMIN, AUTH_LEVEL_NONE, AUTH_LEVEL_NORMAL,
|
from deluge.common import (AUTH_LEVEL_ADMIN, AUTH_LEVEL_NONE, AUTH_LEVEL_NORMAL,
|
||||||
AUTH_LEVEL_READONLY, AUTH_LEVEL_DEFAULT,
|
AUTH_LEVEL_READONLY, AUTH_LEVEL_DEFAULT,
|
||||||
create_auth_file, create_localclient_account)
|
create_localclient_account)
|
||||||
|
|
||||||
from deluge.error import AuthManagerError, AuthenticationRequired, BadLoginError
|
from deluge.error import AuthManagerError, AuthenticationRequired, BadLoginError
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue