about summary refs log tree commit diff
path: root/youtube_dl/extractor/ustream.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-28 01:00:59 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-28 01:00:59 +0200
commitb759a0d4d2273fdde1f504cdc928ea340e12456e (patch)
treeac8fe7b037ecf2661a2edcc76ce8a7d3232275ed /youtube_dl/extractor/ustream.py
parent22a6f15061127045f4d6ae1ff4efc922fa372cc2 (diff)
downloadyoutube-dl-b759a0d4d2273fdde1f504cdc928ea340e12456e.tar.gz
youtube-dl-b759a0d4d2273fdde1f504cdc928ea340e12456e.tar.xz
youtube-dl-b759a0d4d2273fdde1f504cdc928ea340e12456e.zip
fix up imports
Diffstat (limited to 'youtube_dl/extractor/ustream.py')
-rw-r--r--youtube_dl/extractor/ustream.py1
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