web/ldt/text/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 17 Nov 2010 10:28:55 +0100
changeset 15 37e051f2264d
parent 9 22ab430e9b64
child 21 1a061f244254
permissions -rw-r--r--
csrf protection unplug

VERSION  = (1,0)
VERSION_STR = unicode(".".join(map(lambda i:"%01d" % (i,), VERSION)))