fix python3 import

This commit is contained in:
j 2016-07-03 18:54:29 +05:30
parent d05acbfbbb
commit d63118827b

View file

@ -3,7 +3,7 @@
import codecs
import ox
import srt
from . import srt
def _webvtt_timecode(t):
return ox.format_duration(t * 1000, years=False)