web/ldt/__init__.py
author veltr
Tue, 29 May 2012 16:16:26 +0200
changeset 70 43012525c832
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added linking and better Tooltip

VERSION = (0,1)

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