summaryrefslogtreecommitdiff
path: root/passlib/tests/test_handlers_cisco.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/tests/test_handlers_cisco.py')
-rw-r--r--passlib/tests/test_handlers_cisco.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/passlib/tests/test_handlers_cisco.py b/passlib/tests/test_handlers_cisco.py
index b19bacf..ea6594b 100644
--- a/passlib/tests/test_handlers_cisco.py
+++ b/passlib/tests/test_handlers_cisco.py
@@ -10,9 +10,9 @@ import logging
log = logging.getLogger(__name__)
# site
# pkg
-from passlib import hash
+from passlib import hash, exc
from passlib.utils.compat import u
-from .utils import UserHandlerMixin, HandlerCase
+from .utils import UserHandlerMixin, HandlerCase, repeat_string
from .test_handlers import UPASS_TABLE
# module
__all__ = [