Fix iteration over Nonetype.

This commit is contained in:
Alexander van Gessel 2008-10-03 14:57:53 +01:00
parent 28a71d28d3
commit 7a3f0ef6dc

View File

@ -85,6 +85,7 @@ if __name__ == '__main__':
op.add_option("-D", "--define",
action = "append",
dest = "defines",
default = [],
help = "Define (empty) preprocessor macros, for campaign/multiplayer inclusion.")
(options, args) = op.parse_args()