[Python-checkins] python/dist/src/Mac/Modules/file filescan.py,1.3,1.4
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2002年12月17日 14:23:00 -0800
Update of /cvsroot/python/python/dist/src/Mac/Modules/file
In directory sc8-pr-cvs1:/tmp/cvs-serv3579
Modified Files:
filescan.py
Log Message:
Include Finder.h too in the list of header files to parse: the finder
constants have tradiationally been in MACFS.py.
Index: filescan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/file/filescan.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** filescan.py 15 Dec 2002 19:55:07 -0000 1.3
--- filescan.py 17 Dec 2002 22:22:57 -0000 1.4
***************
*** 11,15 ****
def main():
! input = ["Files.h", "Aliases.h"]
output = SHORT + "gen.py"
defsoutput = TOOLBOXDIR + LONG + ".py"
--- 11,15 ----
def main():
! input = ["Files.h", "Aliases.h", "Finder.h"]
output = SHORT + "gen.py"
defsoutput = TOOLBOXDIR + LONG + ".py"
***************
*** 56,59 ****
--- 56,60 ----
"kFSCatInfoReserved",
"kFSIterateReserved",
+ "kSystemFolderType",
"FSRefMakePath", # Do this manually