summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandro Locati <fabiolocati@gmail.com>2016-01-18 14:13:53 +0000
committerFabio Alessandro Locati <fabiolocati@gmail.com>2016-01-18 14:13:53 +0000
commitc426dd7698cebf7c30dbd522f8d62fe5844e4916 (patch)
tree3868d8ec70601510218d3ea7c116cc6e5d893f9f
parentff5ed136e41343e5985b1477e1e2a9b64c6416e5 (diff)
downloadrsa-c426dd7698cebf7c30dbd522f8d62fe5844e4916.tar.gz
try to skip this part
-rw-r--r--tests/test_strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_strings.py b/tests/test_strings.py
index 7d4dc87..fe60055 100644
--- a/tests/test_strings.py
+++ b/tests/test_strings.py
@@ -22,7 +22,7 @@ import unittest2
import rsa
-from tests.constants import unicode_string
+from constants import unicode_string
class StringTest(unittest2.TestCase):