summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandro Locati <fabiolocati@gmail.com>2016-01-18 14:13:29 +0000
committerFabio Alessandro Locati <fabiolocati@gmail.com>2016-01-18 14:13:29 +0000
commitff5ed136e41343e5985b1477e1e2a9b64c6416e5 (patch)
tree5737d1070ea682d37e6f71ac41c8c64a47d5d1d4
parent2e2fa50e8e69e5139ea0bf0281bbcc282c1b4c16 (diff)
downloadrsa-ff5ed136e41343e5985b1477e1e2a9b64c6416e5.tar.gz
try to skip this part
-rw-r--r--tests/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/constants.py b/tests/constants.py
index 6c4f84a..5eab9f2 100644
--- a/tests/constants.py
+++ b/tests/constants.py
@@ -17,7 +17,7 @@
from rsa._compat import have_python3
if have_python3:
- from tests.py3kconstants import *
+ from py3kconstants import *
else:
from py2kconstants import *