summaryrefslogtreecommitdiff
path: root/bottle.py
diff options
context:
space:
mode:
Diffstat (limited to 'bottle.py')
-rwxr-xr-xbottle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bottle.py b/bottle.py
index 2fc9ab6..f057eba 100755
--- a/bottle.py
+++ b/bottle.py
@@ -3431,6 +3431,7 @@ class DieselServer(ServerAdapter):
""" Untested. """
def run(self, handler):
+ depr(0, 13, "Diesel is not tested or supported and will be removed.")
from diesel.protocols.wsgi import WSGIApplication
app = WSGIApplication(handler, port=self.port)
app.run()