Ver código fonte

[test_unicode_literals] Import from test.helper

Jaime Marquínez Ferrándiz 11 anos atrás
pai
commit
1557ed153c
1 arquivos alterados com 1 adições e 1 exclusões
  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):