mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[swfinterp] Fix imports
This commit is contained in:
parent
9732d77ed2
commit
54330a1c3c
|
@ -7,6 +7,7 @@ import unittest
|
|||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
|
||||
import errno
|
||||
import io
|
||||
import json
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue