[Python-checkins] python/dist/src/Mac/Lib aetools.py,1.2.14.2,1.2.14.3

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 29 Oct 2002 14:00:09 -0800


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv4520/Python 2.2/Mac/Lib

Modified Files:
      Tag: release22-maint
	aetools.py 
Log Message:
The previous patch needed a little massaging for 2.2.

Index: aetools.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/aetools.py,v
retrieving revision 1.2.14.2
retrieving revision 1.2.14.3
diff -C2 -d -r1.2.14.2 -r1.2.14.3
*** aetools.py	25 Oct 2002 20:36:53 -0000	1.2.14.2
--- aetools.py	29 Oct 2002 22:00:06 -0000	1.2.14.3
***************
*** 72,76 ****
  		pass
  	else:
! 		parameters['errn'] = unpack(dirobj, formodulename)
  		del dirobj
  	while 1:
--- 72,76 ----
  		pass
  	else:
! 		parameters['errn'] = unpack(dirobj)
  		del dirobj
  	while 1: