From: Jack Jansen Date: Tue, 13 Jun 2000 13:39:17 +0000 (+0000) Subject: Also add a one-line description of the "optional" directive. X-Git-Tag: v2.0b1~1513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6b5374ecf8a2a95f8764d4cfbda2dd5977d8f6e;p=thirdparty%2FPython%2Fcpython.git Also add a one-line description of the "optional" directive. --- diff --git a/Mac/Tools/macfreeze/directives.py b/Mac/Tools/macfreeze/directives.py index 16b7879e5b9e..3ef96613e1a4 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.