Skip to content

Commit 88a9f75

Browse files
author
christian.heimes
committedFeb 23, 2008
Patch #2167 from calvin: Remove unused imports
git-svn-id: http://svn.python.org/projects/python/trunk@61000 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent cc156f5 commit 88a9f75

File tree

203 files changed

+77
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+77
-243
lines changed
 

‎Lib/SimpleHTTPServer.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import posixpath
1515
import BaseHTTPServer
1616
import urllib
17-
import urlparse
1817
import cgi
1918
import shutil
2019
import mimetypes

‎Lib/bsddb/test/test_basics.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55

66
import os
7-
import sys
87
import errno
98
import shutil
109
import string

0 commit comments

Comments
 (0)
Please sign in to comment.