Remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-12-05 14:31:54 +01:00
parent ef2fac6f4a
commit a1ef7e85d6
5 changed files with 1 additions and 7 deletions

View file

@ -4,7 +4,6 @@ import json
from .common import InfoExtractor
from ..utils import (
xpath_with_ns,
find_xpath_attr,
)
_x = lambda p: xpath_with_ns(p, {'smil': 'http://www.w3.org/2005/SMIL21/Language'})