fix python3 import
This commit is contained in:
parent
d05acbfbbb
commit
d63118827b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
import codecs
|
import codecs
|
||||||
|
|
||||||
import ox
|
import ox
|
||||||
import srt
|
from . import srt
|
||||||
|
|
||||||
def _webvtt_timecode(t):
|
def _webvtt_timecode(t):
|
||||||
return ox.format_duration(t * 1000, years=False)
|
return ox.format_duration(t * 1000, years=False)
|
||||||
|
|
Loading…
Reference in a new issue