web/ldt/__init__.py
author ymh <ymh.work@gmail.com>
Sat, 12 Jun 2010 02:11:56 +0200
changeset 33 6eea55d40942
parent 0 ecdfc63274bf
permissions -rw-r--r--
rollback changes made for the player, bumpup version nb

VERSION = (0,1)

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