web/ldt/__init__.py
author veltr
Tue, 13 Aug 2013 17:25:20 +0200
changeset 91 5b770cf1a6e3
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added thumbnail

VERSION = (0,1)

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