src/ldt/ldt/ldt_utils/__init__.py
author verrierj
Fri, 30 Sep 2011 12:19:21 +0200
changeset 191 43509690a898
parent 77 7923feb2e362
child 232 2878499a372b
permissions -rw-r--r--
Merge with 08e6b5dbfc933ea06390df55f948cf05b6d02584
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
97ab7b3191cf add api to update project, uses psiton
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     1
VERSION = (0, 1)
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))