web/ldt/__init__.py
author ymh <ymh.work@gmail.com>
Sun, 25 Jul 2010 14:17:27 +0200
changeset 63 c7e6149288e4
parent 0 ecdfc63274bf
permissions -rw-r--r--
create version 0.10

VERSION = (0,1)

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