[Python-checkins] CVS: python/dist/src/Lib mimetools.py,1.24,1.25

Neal Norwitz nnorwitz@users.sourceforge.net
Tue, 26 Mar 2002 08:21:55 -0800


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

Modified Files:
	mimetools.py 
Log Message:
os was already imported in the module, no need to re-import

Index: mimetools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/mimetools.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** mimetools.py	23 Mar 2002 05:58:52 -0000	1.24
--- mimetools.py	26 Mar 2002 16:21:52 -0000	1.25
***************
*** 113,117 ****
      if _prefix is None:
          import socket
-         import os
          hostid = socket.gethostbyname(socket.gethostname())
          try:
--- 113,116 ----