yml2/yml2proc.py
changeset 57 2f4ad3800a3f
parent 55 e76930ea6464
child 58 a218553807ab
equal deleted inserted replaced
56:d48cf08cf448 57:2f4ad3800a3f
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # vim: set fileencoding=utf-8 :
     2 # vim: set fileencoding=utf-8 :
     3 
     3 
     4 """\
     4 """\
     5 YML/YSLT 2 processor version 5.8
     5 YML/YSLT 2 processor version 5.10
     6 Copyleft (c), 2009-2011 Volker Birk  http://fdik.org/yml/
     6 Copyleft (c), 2009-2018 Volker Birk  http://fdik.org/yml/
     7 
     7 
     8 """
     8 """
     9 
     9 
    10 import sys, os, codecs, locale
    10 import sys, os, codecs, locale
    11 import fileinput, unicodedata
    11 import fileinput, unicodedata