src/ldt/ldt/ldt_utils/__init__.py
author veltr
Wed, 25 Jan 2012 19:20:55 +0100
changeset 454 958e8d29293c
parent 237 2c37496369db
child 628 1f4fd6aed2d0
permissions -rw-r--r--
Ajout du preview des resultats de recherche
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)
237
2c37496369db Moved manager from init file to security
verrierj
parents: 233
diff changeset
     2
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))