web/ldt/utils/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 13 Dec 2010 23:55:19 +0100
changeset 22 83b28fc0d731
parent 1 3a30d255c235
permissions -rw-r--r--
improve on ldt test framework start migration for text test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
3a30d255c235 First version of API with tests
wakimd
parents:
diff changeset
     1
22
83b28fc0d731 improve on ldt test framework
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     2
def Property(func):
83b28fc0d731 improve on ldt test framework
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     3
    return property(**func())
1
3a30d255c235 First version of API with tests
wakimd
parents:
diff changeset
     4