summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-02-09 15:57:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-02-09 15:57:53 (GMT)
commit34f83b3f564eb95119b78a97d692f7293a8f8680 (patch)
tree223670578d3f0a1633a0b00eae3e4cb0ff7c6efd /Mac/Lib
parent784c61105343c2d4180128c382b65f48028dd8a3 (diff)
downloadcpython-34f83b3f564eb95119b78a97d692f7293a8f8680.zip
cpython-34f83b3f564eb95119b78a97d692f7293a8f8680.tar.gz
cpython-34f83b3f564eb95119b78a97d692f7293a8f8680.tar.bz2
Added a few constants.
Diffstat (limited to 'Mac/Lib')
-rw-r--r--Mac/Lib/MACFS.py6
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
+