diff options
Diffstat (limited to 'Mac/Lib/MACFS.py')
-rw-r--r-- | Mac/Lib/MACFS.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |