Tagging module PlanetFlow - PlanetFlow-4.0-3
[build.git] / module-tag.py
index 9a966db..213f2ba 100755 (executable)
@@ -75,7 +75,7 @@ class Command:
         result=file(tmp).read()
         os.unlink(tmp)
         if self.options.debug:
-            print '+',self.command,'Done',
+            print 'Done',
         return result
 
 class Svnpath: