diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-09 15:57:53 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-02-09 15:57:53 (GMT) |
commit | 34f83b3f564eb95119b78a97d692f7293a8f8680 (patch) | |
tree | 223670578d3f0a1633a0b00eae3e4cb0ff7c6efd /Mac/Lib/MACFS.py | |
parent | 784c61105343c2d4180128c382b65f48028dd8a3 (diff) | |
download | cpython-34f83b3f564eb95119b78a97d692f7293a8f8680.zip cpython-34f83b3f564eb95119b78a97d692f7293a8f8680.tar.gz cpython-34f83b3f564eb95119b78a97d692f7293a8f8680.tar.bz2 |
Added a few constants.
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 + |