summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-11-06 10:11:51 +0100
committerSybren A. St?vel <sybren@stuvel.eu>2011-11-06 10:11:51 +0100
commit169d6022a973d0d42a96eb9726afa76b8a59b386 (patch)
treea0f1f57ef88543923bf87a85bfa6dd4090d44851 /tests
parent06759cbb0e924c7a18828d8ba8fbcca4b543ae2e (diff)
downloadrsa-169d6022a973d0d42a96eb9726afa76b8a59b386.tar.gz
Fixed unittesting with tox
Diffstat (limited to 'tests')
-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 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):