From: Jack Jansen Date: Fri, 9 Feb 2001 15:57:53 +0000 (+0000) Subject: Added a few constants. X-Git-Tag: v2.1b1~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34f83b3f564eb95119b78a97d692f7293a8f8680;p=python Added a few constants. --- diff --git a/Mac/Lib/MACFS.py b/Mac/Lib/MACFS.py index 1d0c2c1eab..12d074fa24 100644 --- a/Mac/Lib/MACFS.py +++ b/Mac/Lib/MACFS.py @@ -90,3 +90,9 @@ kALMLocationsFolderType = 'fall' kColorSyncProfilesFolderType = 'prof' kThemesFolderType = 'thme' kFavoritesFolderType = 'favs' + +# Don't remember why this is here +READ = 1 +WRITE = 2 +smAllScripts = -3 +