From 34f83b3f564eb95119b78a97d692f7293a8f8680 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 9 Feb 2001 15:57:53 +0000 Subject: Added a few constants. --- Mac/Lib/MACFS.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Mac/Lib/MACFS.py b/Mac/Lib/MACFS.py index 1d0c2c1..12d074f 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 + -- cgit v0.12