summary refs log tree commit diff
diff options
context:
space:
mode:
authordst <dstftw@gmail.com>2013-12-19 05:53:34 +0700
committerdst <dstftw@gmail.com>2013-12-19 05:53:34 +0700
commit5ce54a8205df1eea7e38ed86d3540f601f300a7e (patch)
treea55021d75597a21cdb9ab59c1a09d7fd59922bf4
parent8c21b7c647d5328388cb5be6af6cbe9f6143485c (diff)
downloadyoutube-dl-5ce54a8205df1eea7e38ed86d3540f601f300a7e.tar.gz
youtube-dl-5ce54a8205df1eea7e38ed86d3540f601f300a7e.tar.xz
youtube-dl-5ce54a8205df1eea7e38ed86d3540f601f300a7e.zip
[ivi] Neat import
-rw-r--r--test/test_playlists.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index 576f7fb4e..1b7b4e3d8 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -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
 )