[Python-checkins]
python/dist/src/Mac/Modules/drag dragscan.py, 1.6, 1.7
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Wed Dec 3 18:20:14 EST 2003
Update of /cvsroot/python/python/dist/src/Mac/Modules/drag
In directory sc8-pr-cvs1:/tmp/cvs-serv22913/drag
Modified Files:
dragscan.py
Log Message:
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Completely untested.
Index: dragscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/drag/dragscan.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dragscan.py 15 Aug 2002 22:05:58 -0000 1.6
--- dragscan.py 3 Dec 2003 23:20:11 -0000 1.7
***************
*** 48,51 ****
--- 48,52 ----
self.defsfile.write("from Carbon.TextEdit import *\n")
self.defsfile.write("from Carbon.QuickDraw import *\n")
+ self.defsfile.write("fkDragActionAll = -1\n")
self.defsfile.write("\n")
# Defines unparseable in Drag.h
***************
*** 54,57 ****
--- 55,59 ----
def makeblacklistnames(self):
return [
+ "kDragActionAll",
]
More information about the Python-checkins
mailing list