field_spreadable = server.thingproliferation_helpers.field_spreadable
-thingprol_plugin_conditions = \
- server.thingproliferation_helpers.thingprol_plugin_conditions
-thingprol_plugin_post_create_hook = \
- server.thingproliferation_helpers.thingprol_plugin_post_create_hook
+thingprol_plugin_conditions = lambda x: True
+thingprol_plugin_post_create_hook = lambda x: None
def field_spreadable(field_type, ignore):
return field_type in symbols_passable
-
-def thingprol_plugin_conditions(ignore):
- return True
-
-def thingprol_plugin_post_create_hook(ignore):
- pass