summaryrefslogtreecommitdiff
path: root/tests/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constants.py')
-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 *