summaryrefslogtreecommitdiff
path: root/tests/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constants.py')
-rw-r--r--tests/constants.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/constants.py b/tests/constants.py
new file mode 100644
index 0000000..6a0d081
--- /dev/null
+++ b/tests/constants.py
@@ -0,0 +1,9 @@
+# -*- coding: utf-8 -*-
+
+from rsa._compat import have_python3
+
+if have_python3:
+ from py3kconstants import *
+else:
+ from py2kconstants import *
+