minor comment update

This commit is contained in:
Miroslav Stampar 2011-03-28 23:12:04 +00:00
parent a61e287d23
commit 9e900ccbac

View File

@ -566,6 +566,7 @@ def cmdLineParser():
parser.error(e)
except SystemExit, _:
# Protection against Windows dummy double clicking
if IS_WIN:
print "\nPress any key to continue...",
raw_input()