[Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.29,1.30

Neal Norwitz nnorwitz@users.sourceforge.net
Thu, 14 Mar 2002 15:48:20 -0800


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

Modified Files:
	asyncore.py 
Log Message:
Remove duplicate "import os"

Index: asyncore.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/asyncore.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** asyncore.py	8 Mar 2002 18:19:59 -0000	1.29
--- asyncore.py	14 Mar 2002 23:48:18 -0000	1.30
***************
*** 512,516 ****
  # Regardless, this is useful for pipes, and stdin/stdout...
  
- import os
  if os.name == 'posix':
      import fcntl
--- 512,515 ----