From: Loic Baron Date: Mon, 10 Feb 2014 17:40:14 +0000 (+0100) Subject: Config -> ConfigEngine X-Git-Tag: myslice-0.3-0~1 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=902d7e75b27625363fb684bc41255241e7f6272a Config -> ConfigEngine --- diff --git a/portal/platformview.py b/portal/platformview.py index 1b80349b..a39fce99 100644 --- a/portal/platformview.py +++ b/portal/platformview.py @@ -82,7 +82,7 @@ class PlatformView(FreeAccessView): query = query_resource_default_fields, query_all = query_resource_all, # this key is the one issued by google - googlemap_api_key = Config().googlemap_api_key(), + googlemap_api_key = ConfigEngine().googlemap_api_key(), # the key to use at init-time init_key = main_query_init_key, checkboxes = False,