web/ldt/__init__.py
author veltr
Wed, 11 Jul 2012 18:02:39 +0200
changeset 76 9b98700d12b7
parent 0 ecdfc63274bf
permissions -rw-r--r--
Data from Mediadata

VERSION = (0,1)

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