Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6b5374

Browse files
committed
Also add a one-line description of the "optional" directive.
1 parent 8462573 commit f6b5374

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Tools/macfreeze/directives.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# The directives supported are
99
# include - Include a module or file
1010
# exclude - Exclude a module
11+
# optional - Include a module if it is found, but don't complain if it isn't
1112
# path - Add sys.path entries. Relative paths are relative to the source file.
1213
#
1314
# See the macfreeze.py main program for a real live example.

0 commit comments

Comments
 (0)