summaryrefslogtreecommitdiff
path: root/monserver.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-11-08 17:00:02 +0100
committerSylvain <syt@logilab.fr>2006-11-08 17:00:02 +0100
commit5152958ecda94ba39ed36fbc625bc5cd39ebab4d (patch)
treeccba85222bad5ff9a63c2ed95b216a2ef27c7724 /monserver.py
parent907582a18893d133346ab235412609824b25b7bd (diff)
downloadlogilab-common-5152958ecda94ba39ed36fbc625bc5cd39ebab4d.tar.gz
reorganize, deprecation warning for deprecated stuff, remove old deprecated function/methods
Diffstat (limited to 'monserver.py')
-rw-r--r--monserver.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/monserver.py b/monserver.py
index bdf38d3..f3c22b3 100644
--- a/monserver.py
+++ b/monserver.py
@@ -4,6 +4,10 @@ allows *one* client to connect and provides a command line interpreter
allowing the remote client to explore the process on the fly
"""
+from warnings import warn
+warn('this module is deprecated and will disappear in a near release',
+ DeprecationWarning, stacklevel=1)
+
__revision__ = '$Id: monserver.py,v 1.2 2005-11-22 13:13:02 syt Exp $'
import threading