[wiki-web] Adjust module name



commit 5b8ebeb351f9b2530b1f35bc4f1b3d942e2f9ac3
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 21:44:25 2019 +0200

    Adjust module name

 templates/wiki-web.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/templates/wiki-web.yaml b/templates/wiki-web.yaml
index 6cdde10..ffec671 100644
--- a/templates/wiki-web.yaml
+++ b/templates/wiki-web.yaml
@@ -201,18 +201,18 @@ objects:
 
       sys.path.insert(0, '/srv/http/data/wiki.gnome.org')
 
-      from moinmoin.web.serving import make_application
+      from MoinMoin.web.serving import make_application
 
-      application = make_application(shared=true)
+      application = make_application(shared=True)
 
     www.pango.org.wsgi: |2
       import sys, os
 
       sys.path.insert(0, '/srv/http/data/www.pango.org')
 
-      from moinmoin.web.serving import make_application
+      from MoinMoin.web.serving import make_application
 
-      application = make_application(shared=true)
+      application = make_application(shared=True)
 
 
 parameters:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]