web/ldt/__init__.py
author veltr
Fri, 04 Oct 2013 16:01:38 +0200
changeset 103 b9a417017e19
parent 0 ecdfc63274bf
permissions -rw-r--r--
Simulate click on favorite star

VERSION = (0,1)

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