web/ldt/__init__.py
author veltr
Thu, 24 May 2012 19:02:39 +0200
changeset 67 5d1ac260d3ee
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added occurrence dragging and links drawing

VERSION = (0,1)

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