web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 01 Feb 2010 02:18:23 +0100
changeset 20 4834a1f12295
parent 18 6c2a86612031
child 21 28c536d35d6e
permissions -rw-r--r--
try to correct json serialisatio,n

VERSION = (0,8)

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