web/ldt/__init__.py
author veltr
Wed, 23 May 2012 18:16:27 +0200
changeset 66 37492d1ce841
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added clustering

VERSION = (0,1)

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