src/pyams_gis/configuration.py
changeset 35 39f7e00f9e51
parent 0 c73bb834ccbe
child 41 5d273277716b
--- a/src/pyams_gis/configuration.py	Wed Mar 28 15:31:43 2018 +0200
+++ b/src/pyams_gis/configuration.py	Wed Mar 28 15:50:41 2018 +0200
@@ -84,7 +84,7 @@
 
 
 @adapter_config(context=IMapConfigurationTarget, provides=IMapConfiguration)
-def MapConfigurationFactory(context):
+def map_configuration_factory(context):
     """Map configuration factory"""
     annotations = IAnnotations(context)
     configuration = annotations.get(MAP_CONFIGURATION_KEY)