[clipfish] Fix imports (#1842)

This commit is contained in:
Philipp Hagemeister 2013-11-28 05:54:46 +01:00
parent ea07dbb8b1
commit f8f60d2793
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import time
import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import ExtractorError
class ClipfishIE(InfoExtractor):