web/ldt/__init__.py
author veltr
Wed, 18 Jul 2012 11:26:58 +0200
changeset 79 be3defb1bbdb
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added Event communication

VERSION = (0,1)

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