Commit 97a6db68 authored by Gabriel Monnerat's avatar Gabriel Monnerat

inherit Base for reuse methods fixConsistency / checkConsistency

parent 28e0f0a2
......@@ -33,7 +33,7 @@ from Products.ERP5Type.Base import Base
from zLOG import LOG, INFO
import time
class ConfiguratorItemMixin:
class ConfiguratorItemMixin(Base):
""" This is the base class for all configurator item. """
def getBusinessConfigurationValue(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment