src/pyams_content/component/illustration/__init__.py
changeset 501 3407e6940f6a
parent 425 a3147e47cd39
child 536 1e10e634ec13
--- a/src/pyams_content/component/illustration/__init__.py	Wed Mar 28 15:28:01 2018 +0200
+++ b/src/pyams_content/component/illustration/__init__.py	Wed Mar 28 15:46:19 2018 +0200
@@ -177,7 +177,7 @@
 
 
 @adapter_config(name='illustration', context=IIllustrationTarget, provides=IContentChecker)
-def IllustrationTargetContentChecker(context):
+def illustration_target_content_checker(context):
     """Illustration target content checker"""
     illustration = IIllustration(context, None)
     if illustration is not None: