web/ldt/__init__.py
author veltr
Mon, 23 Sep 2013 12:42:30 +0200
changeset 98 abead2de6332
parent 0 ecdfc63274bf
permissions -rw-r--r--
Some fixes

VERSION = (0,1)

VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))