Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34f83b3

Browse files
committed
Added a few constants.
1 parent 784c611 commit 34f83b3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Mac/Lib/MACFS.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,9 @@
9090
kColorSyncProfilesFolderType = 'prof'
9191
kThemesFolderType = 'thme'
9292
kFavoritesFolderType = 'favs'
93+
94+
# Don't remember why this is here
95+
READ = 1
96+
WRITE = 2
97+
smAllScripts = -3
98+

0 commit comments

Comments
 (0)