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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34f83b3f564eb95119b78a97d692f7293a8f8680;p=thirdparty%2FPython%2Fcpython.git Added a few constants. --- diff --git a/Mac/Lib/MACFS.py b/Mac/Lib/MACFS.py index 1d0c2c1eab2d..12d074fa2422 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 +