diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-13 13:39:17 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-13 13:39:17 +0000 |
commit | f6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e (patch) | |
tree | 2f39b26b6fa22815a70fdbdf5ae6ceae565caed9 /Mac/Tools/macfreeze | |
parent | 846257382602e1579b041073ae469bf990873b04 (diff) | |
download | cpython-git-f6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e.tar.gz |
Also add a one-line description of the "optional" directive.
Diffstat (limited to 'Mac/Tools/macfreeze')
-rw-r--r-- | Mac/Tools/macfreeze/directives.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Tools/macfreeze/directives.py b/Mac/Tools/macfreeze/directives.py index 16b7879e5b..3ef96613e1 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. |