diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-20 23:38:44 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-20 23:38:44 +0200 |
commit | 246168bd72a8f031adb243e9465ef52f62fb502c (patch) | |
tree | f371af31d78db6a2d7b4400c758f16a512e7798a /youtube_dl/extractor/tenplay.py | |
parent | 7fbf54dc62b43884d49d1d96854dc82a38b8b42f (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/tenplay.py')
-rw-r--r-- | youtube_dl/extractor/tenplay.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/tenplay.py b/youtube_dl/extractor/tenplay.py index 8477840fc..81ba169fb 100644 --- a/youtube_dl/extractor/tenplay.py +++ b/youtube_dl/extractor/tenplay.py @@ -1,8 +1,6 @@ # coding: utf-8 from __future__ import unicode_literals -import re - from .common import InfoExtractor |