app/soc/logic/models/program.py
changeset 655 9635cbaa2dcd
parent 643 b57d538a9dd3
child 667 f96095df1433
equal deleted inserted replaced
654:68bafa9f719f 655:9635cbaa2dcd
    32   """
    32   """
    33 
    33 
    34   def __init__(self, model=soc.models.program.Program, base_model=None):
    34   def __init__(self, model=soc.models.program.Program, base_model=None):
    35     """Defines the name, key_name and model for this entity.
    35     """Defines the name, key_name and model for this entity.
    36     """
    36     """
       
    37 
    37     super(Logic, self).__init__(model=model, base_model=base_model)
    38     super(Logic, self).__init__(model=model, base_model=base_model)
    38 
    39 
    39 
    40 
    40 logic = Logic()
    41 logic = Logic()