X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml-parse;fp=bulletml-parse;h=0000000000000000000000000000000000000000;hp=6f36ccccc899bce6863ec5d6d492d7029f08095b;hb=ba81e7d74da58dc8dfa47949502d2a2759c84309;hpb=573df3f5c6e2840af647994e458c9965f7594ee0 diff --git a/bulletml-parse b/bulletml-parse deleted file mode 100755 index 6f36ccc..0000000 --- a/bulletml-parse +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python - -import sys - -from bulletml import BulletML - -for filename in sys.argv[1:]: - print BulletML(open(filename, "rU"))