diff --git a/Mac/Lib/MACFS.py b/Mac/Lib/MACFS.py index 1d0c2c1eab2..12d074fa242 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 +