[Python-checkins] CVS: python/dist/src/Lib BaseHTTPServer.py,1.16,1.17

Martin v. L?wis loewis@users.sourceforge.net
Tue, 24 Jul 2001 23:12:18 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv28422

Modified Files:
	BaseHTTPServer.py 
Log Message:
Remove unused imports from previous checkin.


Index: BaseHTTPServer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/BaseHTTPServer.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** BaseHTTPServer.py	2001/07/24 20:34:08	1.16
--- BaseHTTPServer.py	2001/07/25 06:12:16	1.17
***************
*** 69,76 ****
  import time
  import socket # For gethostbyaddr()
- import string
  import mimetools
  import SocketServer
- import re
  
  # Default error message
--- 69,74 ----