fix guessit

This commit is contained in:
marco
2020-04-29 17:44:46 +02:00
parent 9e4d1d33e2
commit c02100cc89
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""
Match processors
"""
from guessit.rules.common import seps
from common import seps
def strip(match, chars=seps):