From 9aefeff1b4028200084b9888603a731da24a16fe Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 30 Mar 2010 16:23:42 +0000 Subject: [PATCH] oops --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.0