web/ldt/__init__.py
author veltr
Mon, 09 Jul 2012 19:44:02 +0200
changeset 75 ef3377d7a4f7
parent 0 ecdfc63274bf
permissions -rw-r--r--
Improved timeline

VERSION = (0,1)

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