web/ldt/__init__.py
author veltr
Wed, 04 Jul 2012 16:13:49 +0200
changeset 73 642ef9139fad
parent 0 ecdfc63274bf
permissions -rw-r--r--
Replaced "Production" by "Publication". Added beautiful arrows

VERSION = (0,1)

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