1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-10 23:29:34 +00:00

[swfinterp] Fix imports

This commit is contained in:
Philipp Hagemeister 2014-07-21 12:07:26 +02:00
parent 9732d77ed2
commit 54330a1c3c

View file

@ -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