diff options
author | M.Yasoob Khalid <yasoob.khld@gmail.com> | 2013-07-18 12:37:47 +0500 |
---|---|---|
committer | M.Yasoob Khalid <yasoob.khld@gmail.com> | 2013-07-18 12:37:47 +0500 |
commit | 2b1b511f6bf38d0d9e949ceccca82090a4c9dbbc (patch) | |
tree | fe532050d74da14998e6a7f84086dc7f67b849c2 /youtube_dl/extractor/exfm.py | |
parent | 233ad24ecf99e5a44541536e3d3352f6f7ebb526 (diff) |
removed some unnecessary imports
Diffstat (limited to 'youtube_dl/extractor/exfm.py')
-rw-r--r-- | youtube_dl/extractor/exfm.py | 2 |
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 |