From 7035e4aa783e6423f1ba691c19f596386c7e12e4 Mon Sep 17 00:00:00 2001 From: termie Date: Mon, 14 Nov 2011 10:33:13 -0800 Subject: add crud tests --- keystonelight/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/keystonelight/service.py b/keystonelight/service.py index 586853dc..a089e94f 100644 --- a/keystonelight/service.py +++ b/keystonelight/service.py @@ -166,6 +166,7 @@ class Router(wsgi.Router): return mapper + def app_factory(global_conf, **local_conf): conf = global_conf.copy() conf.update(local_conf) -- cgit