diff options
| author | dst <dstftw@gmail.com> | 2013-12-19 05:53:34 +0700 | 
|---|---|---|
| committer | dst <dstftw@gmail.com> | 2013-12-19 05:53:34 +0700 | 
| commit | 5ce54a8205df1eea7e38ed86d3540f601f300a7e (patch) | |
| tree | a55021d75597a21cdb9ab59c1a09d7fd59922bf4 /test | |
| parent | 8c21b7c647d5328388cb5be6af6cbe9f6143485c (diff) | |
[ivi] Neat import
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_playlists.py | 4 | 
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  )  | 
