summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):