From 9772d84063684ce95df2c495cd7ef0fad2f7b9f5 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Fri, 26 Aug 2016 16:56:21 +0200 Subject: depr: AppEngineServer adapter no longer needed --- bottle.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bottle.py b/bottle.py index 0676c10..492b4f0 100644 --- a/bottle.py +++ b/bottle.py @@ -3171,6 +3171,8 @@ class AppEngineServer(ServerAdapter): quiet = True def run(self, handler): + depr(0, 13, "AppEngineServer no longer required", + "Configure your application directly in your app.yaml") from google.appengine.ext.webapp import util # A main() function in the handler script enables 'App Caching'. # Lets makes sure it is there. This _really_ improves performance. -- cgit v1.2.1