diff options
author | Sylvain <syt@logilab.fr> | 2006-11-08 17:00:02 +0100 |
---|---|---|
committer | Sylvain <syt@logilab.fr> | 2006-11-08 17:00:02 +0100 |
commit | 5152958ecda94ba39ed36fbc625bc5cd39ebab4d (patch) | |
tree | ccba85222bad5ff9a63c2ed95b216a2ef27c7724 /compat.py | |
parent | 907582a18893d133346ab235412609824b25b7bd (diff) | |
download | logilab-common-5152958ecda94ba39ed36fbc625bc5cd39ebab4d.tar.gz |
reorganize, deprecation warning for deprecated stuff, remove old deprecated function/methods
Diffstat (limited to 'compat.py')
-rw-r--r-- | compat.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # pylint: disable-msg=E0601,W0622,W0611 # -# Copyright (c) 2004-2005 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2004-2006 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This program is free software; you can redistribute it and/or modify it under @@ -22,7 +22,7 @@ from __future__ import generators from warnings import warn -from logilab.common import class_renamed +from logilab.common.deprecation import class_renamed try: set = set |