aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-25 09:48:14 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-25 23:27:03 +0200
commita37e388973a88e167a284bb9595c8284818b1894 (patch)
tree6f26a9dd989f29fca7349bf78a073f799b560244 /okupy/tests/unit/test_ssh.py
parentMerge pull request #76 from mgorny/ssh-auth (diff)
downloadidentity.gentoo.org-a37e388973a88e167a284bb9595c8284818b1894.tar.gz
identity.gentoo.org-a37e388973a88e167a284bb9595c8284818b1894.tar.bz2
identity.gentoo.org-a37e388973a88e167a284bb9595c8284818b1894.zip
Move OkupyError to okupy/__init__
Diffstat (limited to 'okupy/tests/unit/test_ssh.py')
-rw-r--r--okupy/tests/unit/test_ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/tests/unit/test_ssh.py b/okupy/tests/unit/test_ssh.py
index 915be6a..6e0610d 100644
--- a/okupy/tests/unit/test_ssh.py
+++ b/okupy/tests/unit/test_ssh.py
@@ -10,8 +10,8 @@ import socket
import paramiko
from ..vars import TEST_SSH_KEY_FOR_NO_USER
+from ... import OkupyError
from ...common.ssh import ssh_handler, SSHServer
-from ...common.exceptions import OkupyError
@override_settings(SSH_HANDLERS={})