web/ldt/__init__.py
author samuel huron <admin@cybunk.com>
Tue, 15 Jun 2010 14:04:01 +0200
changeset 49 af3778eab5e8
parent 0 ecdfc63274bf
permissions -rw-r--r--
enlever alert

VERSION = (0,1)

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