Module: deluge Branch: chunked-sessionproxy-and-gtkui-speedups Commit: f2249d580370724dd69780cc777afbd480c16e7b
Author: Pedro Algarvio <[email protected]> Date: Sun May 1 04:46:54 2011 +0100 Remove un-used import. --- deluge/core/authmanager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/core/authmanager.py b/deluge/core/authmanager.py index cd27801..ed74b9e 100644 --- a/deluge/core/authmanager.py +++ b/deluge/core/authmanager.py @@ -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 -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
