From ff5ed136e41343e5985b1477e1e2a9b64c6416e5 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Mon, 18 Jan 2016 14:13:29 +0000 Subject: try to skip this part --- tests/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- cgit v1.2.1