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

Neal Norwitz nnorwitz@users.sourceforge.net
Thu, 14 Mar 2002 17:35:21 -0800


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

Modified Files:
      Tag: release22-maint
	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.28
retrieving revision 1.28.4.1
diff -C2 -d -r1.28 -r1.28.4.1
*** asyncore.py	14 Dec 2001 16:15:11 -0000	1.28
--- asyncore.py	15 Mar 2002 01:35:19 -0000	1.28.4.1
***************
*** 511,515 ****
  # Regardless, this is useful for pipes, and stdin/stdout...
  
- import os
  if os.name == 'posix':
      import fcntl
--- 511,514 ----