[Python-checkins] python/dist/src/Mac/Modules/mlte mltescan.py, 1.11, 1.12

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 11:34:06 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/Modules/mlte
In directory sc8-pr-cvs1:/tmp/cvs-serv32109/Mac/Modules/mlte

Modified Files:
	mltescan.py 
Log Message:
Getting rid of code conditional on TARGET_API_MAC_*.


Index: mltescan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/mltescan.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** mltescan.py	12 Dec 2002 10:31:51 -0000	1.11
--- mltescan.py	19 Nov 2003 16:34:04 -0000	1.12
***************
*** 82,91 ****
  			]
  
- 	def makegreylist(self):
- 		return [
- 			('#if TARGET_API_MAC_OS8', [
- 			])]
- 
- 
  	def makeblacklisttypes(self):
  		return [
--- 82,85 ----





More information about the Python-checkins mailing list