Merge remote-tracking branch 'Dineshs91/f4m-2.0'
[youtube-dl] / test / test_unicode_literals.py
index d3cba869bc9382f0fea0c798c36cf2ca168dcc67..7f816698e7b2e20bc982b0eeb9638885edf19b48 100644 (file)
@@ -7,9 +7,7 @@ import unittest
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 import io
-import os
 import re
-import unittest
 
 rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
@@ -20,7 +18,7 @@ IGNORED_FILES = [
 ]
 
 
-from helper import assertRegexpMatches
+from test.helper import assertRegexpMatches
 
 
 class TestUnicodeLiterals(unittest.TestCase):