summaryrefslogtreecommitdiff
path: root/decorators.py
diff options
context:
space:
mode:
authorAurelien Campeas <aurelien.campeas@logilab.fr>2009-08-20 12:57:04 +0200
committerAurelien Campeas <aurelien.campeas@logilab.fr>2009-08-20 12:57:04 +0200
commit2152e5f42897a8f6de6475c49e671f802dc71df8 (patch)
treefcc2dc937fbac9a7092b7ffcd753bbcdafc774de /decorators.py
parent1b31b5f655b08f3ba2112b3b4575ec92706498d9 (diff)
downloadlogilab-common-2152e5f42897a8f6de6475c49e671f802dc71df8.tar.gz
[html] resurrect html module with functionnality from cubicweb.ui (actually not used in cw)
Diffstat (limited to 'decorators.py')
-rw-r--r--decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decorators.py b/decorators.py
index d7768a0..f5278cc 100644
--- a/decorators.py
+++ b/decorators.py
@@ -81,7 +81,6 @@ def copy_cache(obj, funcname, cacheobj):
except KeyError:
pass
-
class wproperty(object):
"""Simple descriptor expecting to take a modifier function as first argument
and looking for a _<function name> to retrieve the attribute.