diff options
Diffstat (limited to 'logilab/common/deprecation.py')
-rw-r--r-- | logilab/common/deprecation.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/logilab/common/deprecation.py b/logilab/common/deprecation.py index 18027d7..22f9aaa 100644 --- a/logilab/common/deprecation.py +++ b/logilab/common/deprecation.py @@ -82,8 +82,7 @@ def lazy_wraps(wrapped): class DeprecationWrapper(object): - """proxy to print a warning on access to any attribute of the wrapped object - """ + """proxy to print a warning on access to any attribute of the wrapped object""" def __init__(self, proxied, msg=None, version=None): self._proxied = proxied |