From 169d6022a973d0d42a96eb9726afa76b8a59b386 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sun, 6 Nov 2011 10:11:51 +0100 Subject: Fixed unittesting with tox --- tests/test_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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): -- cgit v1.2.1