web/ldt/__init__.py
author veltr
Wed, 18 Jul 2012 18:23:49 +0200
changeset 80 00a3532ad8cf
parent 0 ecdfc63274bf
permissions -rw-r--r--
Adapted Event communications to Madani's proposed syntax

VERSION = (0,1)

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