summaryrefslogtreecommitdiff
path: root/deprecation.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-11-10 09:26:16 +0100
committerSylvain <syt@logilab.fr>2006-11-10 09:26:16 +0100
commit81fd4b08bd05f2553752e297d4768a76033d1b24 (patch)
tree918f153b48d5a882a5b9899e3ec388e25d6132f6 /deprecation.py
parent000db8e14c6899c1a3afa785e4666521eabd3171 (diff)
downloadlogilab-common-81fd4b08bd05f2553752e297d4768a76033d1b24.tar.gz
new shellutils function + cleanup
Diffstat (limited to 'deprecation.py')
-rw-r--r--deprecation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deprecation.py b/deprecation.py
index eeb1c3b..d4555f6 100644
--- a/deprecation.py
+++ b/deprecation.py
@@ -16,6 +16,7 @@
"""Deprecation utilities"""
from warnings import warn
+
from logilab.common.modutils import load_module_from_name
class deprecated(type):