1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00
2013-06-05 10:33:13 +02:00

9 lines
197 B
Python

# Is that actually needed?, if I comment it, it doesn't fail in python2.6 or python2.7
#from __future__ import absolute_import
from .ie import *
class Test2IE(BaseIETest):
IE_NAME = 'Test2'