projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c21b7c
)
[ivi] Neat import
author
dst
<dstftw@gmail.com>
Wed, 18 Dec 2013 22:53:34 +0000
(
05:53
+0700)
committer
dst
<dstftw@gmail.com>
Wed, 18 Dec 2013 22:53:34 +0000
(
05:53
+0700)
test/test_playlists.py
patch
|
blob
|
history
diff --git
a/test/test_playlists.py
b/test/test_playlists.py
index 576f7fb4ea749f51be96f491ce645b3a95959901..1b7b4e3d808cb936fa5fac07136049bd174a4490 100644
(file)
--- 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
)