X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=module-tools.py;h=5b19b8d980fd0cb080022ae64077e20a3dbecf25;hb=76e0172bcc83521015f1c8f8fbfc4c63683f26bb;hp=5603722a087bbcb59e14f9c352d5abaff457f225;hpb=bf9fb4eef6deaae187c3c0297e7306a0b65183c7;p=build.git diff --git a/module-tools.py b/module-tools.py index 5603722a..5b19b8d9 100755 --- a/module-tools.py +++ b/module-tools.py @@ -269,7 +269,7 @@ class Module: @staticmethod def html_dump_header(title): nowdate=time.strftime("%Y-%m-%d") - nowtime=time.strftime("%H:%M") + nowtime=time.strftime("%H:%M (%Z)") print """ @@ -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: