From 3a64a8cf66d13d63e5c8f847e326208de499e5bf Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Mon, 21 Nov 2016 22:51:48 +0100 Subject: [PATCH] reflect new configuration loading --- manage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manage.py b/manage.py index d876a3e8..1611e2e8 100644 --- a/manage.py +++ b/manage.py @@ -30,7 +30,6 @@ from shutil import rmtree import getpass from module_build_service import app, conf, db -from module_build_service.config import Config from module_build_service import models from module_build_service.pdc import ( get_pdc_client_session, get_module, get_module_runtime_dependencies, @@ -76,7 +75,7 @@ def _establish_ssl_context(): def testpdc(): """ A helper function to test pdc interaction """ - cfg = Config() + cfg = conf cfg.pdc_url = "http://modularity.fedorainfracloud.org:8080/rest_api/v1" cfg.pdc_insecure = True cfg.pdc_develop = True