From 5942c31cd998d1575cbc2d16f3103c676852572d Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 18 Mar 2010 22:46:15 -0700 Subject: [PATCH] Debug check should not have been committed. --- bulletml-to-bulletyaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulletml-to-bulletyaml b/bulletml-to-bulletyaml index ebe0e75..749ccde 100755 --- a/bulletml-to-bulletyaml +++ b/bulletml-to-bulletyaml @@ -8,7 +8,7 @@ from bulletml import BulletML, bulletyaml def main(argv): for filename in argv: print "# Loading", filename - print yaml.dump(yaml.load(yaml.dump(BulletML.FromDocument(open(filename, "rU"))))) + print yaml.dump(BulletML.FromDocument(open(filename, "rU"))) if __name__ == "__main__": main(sys.argv[1:]) -- 2.20.1