Commit e6a071c5 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Romain Courteaud

Drop unneeded global statement.

parent ba9b05f2
...@@ -1082,7 +1082,6 @@ def main(*args): ...@@ -1082,7 +1082,6 @@ def main(*args):
"Run default configuration." "Run default configuration."
global os global os
global callAndRead global callAndRead
global pwd
real_callAndRead = callAndRead real_callAndRead = callAndRead
usage = "usage: %s [options] CONFIGURATION_FILE" % sys.argv[0] usage = "usage: %s [options] CONFIGURATION_FILE" % sys.argv[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment