src/ldt/ldt/text/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 06 May 2011 01:01:51 +0200
changeset 95 8e57d39f660d
parent 77 7923feb2e362
permissions -rw-r--r--
correct indexation problem

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