summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-06-13 13:39:17 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-06-13 13:39:17 (GMT)
commitf6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e (patch)
tree2f39b26b6fa22815a70fdbdf5ae6ceae565caed9 /Mac
parent846257382602e1579b041073ae469bf990873b04 (diff)
downloadcpython-f6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e.zip
cpython-f6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e.tar.gz
cpython-f6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e.tar.bz2
Also add a one-line description of the "optional" directive.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Tools/macfreeze/directives.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Tools/macfreeze/directives.py b/Mac/Tools/macfreeze/directives.py
index 16b7879..3ef9661 100644
--- a/Mac/Tools/macfreeze/directives.py
+++ b/Mac/Tools/macfreeze/directives.py
@@ -8,6 +8,7 @@ import os
# The directives supported are
# include - Include a module or file
# exclude - Exclude a module
+# optional - Include a module if it is found, but don't complain if it isn't
# path - Add sys.path entries. Relative paths are relative to the source file.
#
# See the macfreeze.py main program for a real live example.