瀏覽代碼

Remove unusued imports

Philipp Hagemeister 11 年之前
父節點
當前提交
acd213ed6d
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      youtube_dl/extractor/appletrailers.py
  2. 0 1
      youtube_dl/extractor/youtube.py

+ 0 - 1
youtube_dl/extractor/appletrailers.py

@@ -6,7 +6,6 @@ import json
 from .common import InfoExtractor
 from ..utils import (
     compat_urlparse,
-    determine_ext,
 )
 
 

+ 0 - 1
youtube_dl/extractor/youtube.py

@@ -7,7 +7,6 @@ import itertools
 import json
 import os.path
 import re
-import string
 import struct
 import traceback
 import zlib