X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=mls%2Fmlstrimmer.py;h=8ea12d9f64331640a768342e153f4580631f889c;hb=7536f56a8181f8024ae8da99bc31d7b1c43934a8;hp=ccd55e314a2a02df8ee12f8c2cc98cde0f32b9d3;hpb=fd3afb11f083a1d2610997ee85c550ff67586314;p=eq%2F.git diff --git a/mls/mlstrimmer.py b/mls/mlstrimmer.py index ccd55e3..8ea12d9 100755 --- a/mls/mlstrimmer.py +++ b/mls/mlstrimmer.py @@ -53,6 +53,7 @@ def ParseFile(xmlNode, zipfile): if options.verbose: print lineToWrite tf.write(lineToWrite + "\n") #if options.verbose: print line + tf.flush() zipfile.write(tf.name, xmlNode.getAttribute("Name")) tf.close()