← Back to team overview

oshippy-dev team mailing list archive

[Bug 606369] Re: Attribute parent is missing in the call to superclass initializer in class Item

 

** Project changed: oship => oshippy

-- 
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
https://bugs.launchpad.net/bugs/606369

Title:
  Attribute parent is missing in the call to superclass initializer in
  class Item

Status in Open Source Health Information Platform - Python:
  Fix Released

Bug description:
  Attribute parent is not included in the call to the initializer of
  Locatable class. Is it necessary to assign values to the attributes
  after the call to the parent initializer?They are assigned in the
  parent initializer, aren't they?