[ivi] Neat import
authordst <dstftw@gmail.com>
Wed, 18 Dec 2013 22:53:34 +0000 (05:53 +0700)
committerdst <dstftw@gmail.com>
Wed, 18 Dec 2013 22:53:34 +0000 (05:53 +0700)
test/test_playlists.py

index 576f7fb4ea749f51be96f491ce645b3a95959901..1b7b4e3d808cb936fa5fac07136049bd174a4490 100644 (file)
@@ -6,7 +6,6 @@
 import os
 import sys
 import unittest
-from youtube_dl.extractor.ivi import IviCompilationIE
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from test.helper import FakeYDL
@@ -28,7 +27,8 @@ from youtube_dl.extractor import (
     BambuserChannelIE,
     BandcampAlbumIE,
     SmotriCommunityIE,
-    SmotriUserIE
+    SmotriUserIE,
+    IviCompilationIE
 )