summary refs log tree commit diff
diff options
context:
space:
mode:
authorM.Yasoob Khalid <yasoob.khld@gmail.com>2013-07-18 12:37:47 +0500
committerM.Yasoob Khalid <yasoob.khld@gmail.com>2013-07-18 12:37:47 +0500
commit2b1b511f6bf38d0d9e949ceccca82090a4c9dbbc (patch)
treefe532050d74da14998e6a7f84086dc7f67b849c2
parent233ad24ecf99e5a44541536e3d3352f6f7ebb526 (diff)
downloadyoutube-dl-2b1b511f6bf38d0d9e949ceccca82090a4c9dbbc.tar.gz
youtube-dl-2b1b511f6bf38d0d9e949ceccca82090a4c9dbbc.tar.xz
youtube-dl-2b1b511f6bf38d0d9e949ceccca82090a4c9dbbc.zip
removed some unnecessary imports
-rw-r--r--youtube_dl/extractor/exfm.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/exfm.py b/youtube_dl/extractor/exfm.py
index 0a80638d3..f6e58cdc7 100644
--- a/youtube_dl/extractor/exfm.py
+++ b/youtube_dl/extractor/exfm.py
@@ -1,6 +1,4 @@
 import re
-import json
-import time
 
 from .common import InfoExtractor