web/ldt/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 11 Jun 2010 00:17:30 +0200
changeset 27 f81da251d0aa
parent 0 ecdfc63274bf
permissions -rw-r--r--
improve serialization and add partials

VERSION = (0,1)

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