Sfoglia il codice sorgente

[test_unicode_literals] Import from test.helper

Jaime Marquínez Ferrándiz 11 anni fa
parent
commit
1557ed153c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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):