summaryrefslogtreecommitdiff
path: root/bind.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-11-09 22:56:14 +0100
committerSylvain <syt@logilab.fr>2006-11-09 22:56:14 +0100
commit000db8e14c6899c1a3afa785e4666521eabd3171 (patch)
tree756437b82e51aba08e58d47978e7ae93dc53325d /bind.py
parentbb9c9e88f4c1bc9115dbb05bb1dba985b24e0b73 (diff)
downloadlogilab-common-000db8e14c6899c1a3afa785e4666521eabd3171.tar.gz
fix deprecation warnings
Diffstat (limited to 'bind.py')
-rw-r--r--bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.py b/bind.py
index 277af73..36ff771 100644
--- a/bind.py
+++ b/bind.py
@@ -19,7 +19,7 @@
"""
from warnings import warn
-warn('this module is deprecated and will disappear in a near release',
+warn('bind module is deprecated and will disappear in a near release',
DeprecationWarning, stacklevel=1)
__revision__ = '$Id: bind.py,v 1.8 2005-11-22 13:12:59 syt Exp $'