web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 20 May 2011 14:51:04 +0200
changeset 121 9fb0e45a0a63
parent 119 d3865ab89a70
permissions -rw-r--r--
replace images

VERSION = (0, 35)

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