web/ldt/__init__.py
author samuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 10:03:42 +0200
changeset 36 0df13ef0a63c
parent 0 ecdfc63274bf
permissions -rw-r--r--
URL ABSOLUE TEST

VERSION = (0,1)

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