web/ldt/__init__.py
author veltr
Tue, 13 Aug 2013 11:14:25 +0200
changeset 87 4dc63e325f48
parent 0 ecdfc63274bf
permissions -rw-r--r--
Removed editing functions

VERSION = (0,1)

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