summaryrefslogtreecommitdiff
path: root/src/leap/crypto/tests/test_srpregister.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-04-08 23:44:22 +0900
committerkali <kali@leap.se>2013-04-08 23:44:22 +0900
commit42593d4c6bda51a544a72abc0f935633939dad49 (patch)
tree54e592870377d6a69929c2b7b6c7ac51fca3f7e0 /src/leap/crypto/tests/test_srpregister.py
parent05fe7f44a899288a8a69b9a46793513b87f8d228 (diff)
Several fixes as per review
Diffstat (limited to 'src/leap/crypto/tests/test_srpregister.py')
-rw-r--r--src/leap/crypto/tests/test_srpregister.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/crypto/tests/test_srpregister.py b/src/leap/crypto/tests/test_srpregister.py
index a59f71cb..5ba7306f 100644
--- a/src/leap/crypto/tests/test_srpregister.py
+++ b/src/leap/crypto/tests/test_srpregister.py
@@ -20,7 +20,7 @@ Tests for:
* leap/crypto/srpauth.py
"""
try:
- import unittest
+ import unittest2 as unittest
except ImportError:
import unittest
import os