oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Mar 2010 16:23:42 +0000 (16:23 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Mar 2010 16:23:42 +0000 (16:23 +0000)
module-tools.py

index 5603722..3317bbe 100755 (executable)
@@ -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: