Browse Source

[test_unicode_literals] Import from test.helper

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
1557ed153c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/test_unicode_literals.py

+ 1 - 1
test/test_unicode_literals.py

@@ -20,7 +20,7 @@ IGNORED_FILES = [
 ]
 
 
-from helper import assertRegexpMatches
+from test.helper import assertRegexpMatches
 
 
 class TestUnicodeLiterals(unittest.TestCase):