ports/textproc/py-trex/files/patch-pytrex.py
Ying-Chieh Liao 76617ec798 add py-trex
Python implementation of Tree Regular Expressions for XML (TREX)
2001-03-16 16:24:07 +00:00

7 lines
209 B
Python

--- pytrex.py.orig Sat Mar 17 00:00:31 2001
+++ pytrex.py Sat Mar 17 00:02:26 2001
@@ -1,3 +1,4 @@
+#!%%LOCALBASE%%/bin/python
# PyTREX: A clean-room implementation of TREX in Python
# by James Tauber
#