Fix imports

This commit is contained in:
Philipp Hagemeister 2014-02-22 23:03:12 +01:00
parent 1df96e59ce
commit 521ee82334
3 changed files with 1 additions and 4 deletions

View file

@ -3,9 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class TruTubeIE(InfoExtractor):