web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Fri, 29 Jan 2010 05:57:15 +0100
changeset 18 6c2a86612031
parent 16 146d86480e85
child 20 4834a1f12295
permissions -rw-r--r--
modify urls to prepare for moving segments views in ldt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
6c2a86612031 modify urls to prepare for moving segments views in ldt
ymh <ymh.work@gmail.com>
parents: 16
diff changeset
     1
VERSION = (0,7)
5
10b1f6d8a5d2 first debug version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     2
7
92ccb522e945 correct dependency loop
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     3
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))