diff options
Diffstat (limited to 'tests/test_strings.py')
-rw-r--r-- | tests/test_strings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_strings.py b/tests/test_strings.py index 001456d..4af0629 100644 --- a/tests/test_strings.py +++ b/tests/test_strings.py @@ -6,7 +6,7 @@ import unittest2 import rsa -from tests.constants import unicode_string +from constants import unicode_string class StringTest(unittest2.TestCase): |