web/ldt/__init__.py
author samuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 15:18:58 +0200
changeset 39 b620041cc891
parent 0 ecdfc63274bf
permissions -rw-r--r--
update to augmented player (manage streamer)

VERSION = (0,1)

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