web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 22 Jan 2010 18:23:34 +0100
changeset 11 f236caaceb43
parent 9 60555e0d17f4
child 13 de71c188f397
permissions -rw-r--r--
add pois

VERSION = (0,4)

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