web/ldt/__init__.py
author veltr
Mon, 19 Aug 2013 18:04:32 +0200
changeset 94 bf8879a6470e
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added details underneath timeline

VERSION = (0,1)

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