BulletML: FromDocument for parity with FromElement.
[python-bulletml.git] / bulletml-parse
diff --git a/bulletml-parse b/bulletml-parse
deleted file mode 100755 (executable)
index 6f36ccc..0000000
+++ /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"))