summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-05-01 22:06:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-05-01 22:06:15 (GMT)
commit40006e9f7a38bbbcf564c541cb0f2022b952e409 (patch)
treee192b13ec19c010e667d35278bb548435a155165 /Mac/scripts
parentfc61f9a36e937221f0bbee02afd419055a7cdb6f (diff)
downloadcpython-40006e9f7a38bbbcf564c541cb0f2022b952e409.zip
cpython-40006e9f7a38bbbcf564c541cb0f2022b952e409.tar.gz
cpython-40006e9f7a38bbbcf564c541cb0f2022b952e409.tar.bz2
Rename funny long suite to Disk_File_Folder.
Diffstat (limited to 'Mac/scripts')
-rw-r--r--Mac/scripts/genallsuites.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/scripts/genallsuites.py b/Mac/scripts/genallsuites.py
index cdd9ee8..884d4a4 100644
--- a/Mac/scripts/genallsuites.py
+++ b/Mac/scripts/genallsuites.py
@@ -28,7 +28,8 @@ gensuitemodule.processfile_fromresource(APPLESCRIPT,
gensuitemodule.processfile(SYSTEMEVENTS,
output=os.path.join(DSTDIR, 'SystemEvents'),
basepkgname='StdSuites',
- edit_modnames=[], verbose=verbose)
+ edit_modnames=[('Disk_2d_Folder_2d_File_Suite', 'Disk_Folder_File_Suite')],
+ verbose=verbose)
gensuitemodule.processfile(CODEWARRIOR,
output=os.path.join(DSTDIR, 'CodeWarrior'),
basepkgname='StdSuites',