diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-28 01:00:59 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-28 01:00:59 +0200 |
commit | b759a0d4d2273fdde1f504cdc928ea340e12456e (patch) | |
tree | ac8fe7b037ecf2661a2edcc76ce8a7d3232275ed /youtube_dl/extractor/ustream.py | |
parent | 22a6f15061127045f4d6ae1ff4efc922fa372cc2 (diff) |
fix up imports
Diffstat (limited to 'youtube_dl/extractor/ustream.py')
-rw-r--r-- | youtube_dl/extractor/ustream.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py index 816b101eb..994b60a76 100644 --- a/youtube_dl/extractor/ustream.py +++ b/youtube_dl/extractor/ustream.py @@ -1,6 +1,5 @@ from __future__ import unicode_literals -import json import re from .common import InfoExtractor |