From: Thierry Parmentelat Date: Tue, 30 Mar 2010 16:23:42 +0000 (+0000) Subject: oops X-Git-Tag: 5.0-rc2~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9aefeff1b4028200084b9888603a731da24a16fe;p=build.git oops --- diff --git a/module-tools.py b/module-tools.py index 5603722a..3317bbeb 100755 --- a/module-tools.py +++ b/module-tools.py @@ -1318,7 +1318,7 @@ Branches: break if not mode: print "Unsupported command",sys.argv[0] - print "Supported commands:" + Modes.modes.keys.join(" ") + print "Supported commands:" + " ".join(Main.modes.keys()) sys.exit(1) if mode not in Main.release_modes: