mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Added a few constants.
This commit is contained in:
parent
784c611053
commit
34f83b3f56
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue