--- a/web/ldt/utils/__init__.py Fri Nov 19 18:14:02 2010 +0100 +++ b/web/ldt/utils/__init__.py Mon Dec 13 23:55:19 2010 +0100 @@ -1,2 +1,4 @@ +def Property(func): + return property(**func()) \ No newline at end of file