From 6dd8ee641a4b7930c2e8e315037bae706b4560c9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 8 Dec 2014 22:21:38 +0100 Subject: [PATCH] Adjust the wsgi to the new MM2 structure --- roles/mirrormanager/frontend/templates/mirrormanager2.wsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi b/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi index dd778b218d..d3d94019ae 100644 --- a/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi +++ b/roles/mirrormanager/frontend/templates/mirrormanager2.wsgi @@ -18,7 +18,7 @@ os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2cfg' ## The most import line to make the wsgi working -from mirrormanager2 import APP as application +from mirrormanager2.app import APP as application ## Turn on the debug mode to get more information in the logs about internal ## errors