mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-28 06:04:17 +01:00
filenamify: Make the test suite import module from right location
This commit is contained in:
parent
5f087f0efa
commit
228d34c500
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
import unittest
|
import unittest
|
||||||
from svtplay_dl.utils import filenamify
|
from svtplay_dl.utils.text import filenamify
|
||||||
|
|
||||||
|
|
||||||
class filenamifyTest(unittest.TestCase):
|
class filenamifyTest(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user