1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

filenamify: Make the test suite import module from right location

This commit is contained in:
Olof Johansson 2018-09-08 22:21:54 +02:00 committed by Johan Andersson
parent 5f087f0efa
commit 228d34c500

View File

@ -7,7 +7,7 @@
from __future__ import absolute_import
import unittest
from svtplay_dl.utils import filenamify
from svtplay_dl.utils.text import filenamify
class filenamifyTest(unittest.TestCase):