clean html output
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 18 Jun 2010 08:31:57 +0000 (10:31 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 18 Jun 2010 08:31:57 +0000 (10:31 +0200)
module-tools.py

index e0cf838..1470852 100755 (executable)
@@ -1273,7 +1273,8 @@ Branches:
 
         for module in modules:
             if len(args)>1 and mode not in Main.silent_modes:
-                print '========================================',module.friendly_name()
+                if not options.www:
+                    print '========================================',module.friendly_name()
             # call the method called do_<mode>
             method=Module.__dict__["do_%s"%mode]
             try: