summaryrefslogtreecommitdiff
path: root/paste/profilemiddleware.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-30 23:11:24 +0000
committerianb <devnull@localhost>2005-12-30 23:11:24 +0000
commitecb4487cbed394c05f128edbd9c2055e96c19987 (patch)
treebe8fe796d54310db949a57f0a735a8562a03eeee /paste/profilemiddleware.py
parent93098519511159d7148afdebd0b519eef054346d (diff)
downloadpaste-ecb4487cbed394c05f128edbd9c2055e96c19987.tar.gz
Added a bunch of module docstrings so the module index looks nicer; also marked deprecated modules so they don't show up in the module index that Pudge creates
Diffstat (limited to 'paste/profilemiddleware.py')
-rw-r--r--paste/profilemiddleware.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/paste/profilemiddleware.py b/paste/profilemiddleware.py
index d40364a..f097921 100644
--- a/paste/profilemiddleware.py
+++ b/paste/profilemiddleware.py
@@ -1,7 +1,12 @@
# Deprecated 18 Dec 2005
+"""
+Deprecated -- see ``paste.debug.profile``
+"""
import warnings
from paste.debug.profile import *
+__deprecated__ = True
+
warnings.warn(
"The paste.profilemiddleware module has been moved to "
"paste.debug.profile",