web/ldt/__init__.py
changeset 0 ecdfc63274bf
equal deleted inserted replaced
-1:000000000000 0:ecdfc63274bf
       
     1 VERSION = (0,1)
       
     2 
       
     3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))