src/ldt/ldt/text/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 13 Feb 2012 21:53:24 +0100
changeset 568 b67fc0fd2389
parent 77 7923feb2e362
permissions -rw-r--r--
small correction on indexation + version bum
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
63
93325a5d61f0 organize format and import
ymh <ymh.work@gmail.com>
parents: 22
diff changeset
     1
VERSION = (1, 0)
77
7923feb2e362 improve indexation
ymh <ymh.work@gmail.com>
parents: 63
diff changeset
     2
VERSION_STR = unicode(".".join(map(lambda i:"%01d" % (i,), VERSION)))