web/ldt/text/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 16 Nov 2010 18:19:58 +0100
changeset 11 19bcbf2a2cfa
parent 9 22ab430e9b64
child 21 1a061f244254
permissions -rw-r--r--
Added tag V00.01 for changeset 000f3ca19eaa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
VERSION  = (1,0)
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
VERSION_STR = unicode(".".join(map(lambda i:"%01d" % (i,), VERSION)))