summaryrefslogtreecommitdiff
path: root/other/python_genshi.py
diff options
context:
space:
mode:
Diffstat (limited to 'other/python_genshi.py')
-rwxr-xr-xother/python_genshi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/python_genshi.py b/other/python_genshi.py
index 183d1fe..cccc98e 100755
--- a/other/python_genshi.py
+++ b/other/python_genshi.py
@@ -6,4 +6,3 @@ from genshi.input import XMLParser
with open(sys.argv[1]) as f:
parser = XMLParser(f)
pprint(list(parser))
-