src/ldt/ldt/text/__init__.py
author verrierj
Fri, 28 Oct 2011 15:10:34 +0200
changeset 229 fce9a02cc0a2
parent 77 7923feb2e362
permissions -rw-r--r--
Basic access control for Projects
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)))