X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fplatformview.py;h=a39fce9942d152bb2dc6e38418f955563849a04a;hb=f0f76a08ca9dc5d208e1521a73ba1ba60a3c0065;hp=6f537d0c129f3db4b170531af492764d52fb336a;hpb=b57d73b52870350b8150f00126394fd0df6d09f1;p=myslice.git diff --git a/portal/platformview.py b/portal/platformview.py index 6f537d0c..a39fce99 100644 --- a/portal/platformview.py +++ b/portal/platformview.py @@ -14,7 +14,7 @@ from ui.topmenu import topmenu_items_live, the_user from plugins.querytable import QueryTable -from myslice.config import Config +from myslice.configengine import ConfigEngine # View for 1 platform and its details class PlatformView(FreeAccessView): @@ -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,