Skip to content

Commit e759a1e

Browse files
committed
remove unused imports in mult_thread_download.py
1 parent 6577f39 commit e759a1e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

py2014/mult_thread_download.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22
#coding=utf-8
33
# FROM: http://blog.sina.com.cn/s/blog_4ef8be9f0100fe67.html
44

5-
import re
65
import os
76
import sys
87
import time
9-
import glob
10-
import string
11-
import socket
12-
import getopt
138
import urllib
149
import urllib2
1510
import threading
16-
from sgmllib import SGMLParser
1711

1812
#############################################################################
1913
#

0 commit comments

Comments
 (0)