1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-02-13 01:54:27 +00:00

[test_unicode_literals] Import from test.helper

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-12-13 12:39:58 +01:00
parent 7129bed51b
commit 1557ed153c

View file

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