web/ldt/__init__.py
author veltr
Mon, 16 Jul 2012 12:28:31 +0200
changeset 78 3fe54fb581f5
parent 0 ecdfc63274bf
permissions -rw-r--r--
Improvements in List View

VERSION = (0,1)

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