summaryrefslogtreecommitdiff
path: root/astutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'astutils.py')
-rw-r--r--astutils.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/astutils.py b/astutils.py
index 9d4fe36..1a14106 100644
--- a/astutils.py
+++ b/astutils.py
@@ -16,6 +16,11 @@
"""Some usefull functions to manipulate ast tuples
"""
+from warnings import warn
+warn('this module has been moved into logilab.astng and will disappear from \
+logilab.common in a near release',
+ DeprecationWarning, stacklevel=1)
+
__author__ = u"Sylvain Thenault"
import symbol