← Back to team overview

oshippy-dev team mailing list archive

[Bug 607526] Re: seemingly unnecessary assignments in the initializer of class ItemTree

 

** 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/607526

Title:
  seemingly unnecessary assignments in the initializer of class ItemTree

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

Bug description:
  With the exception of items, 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?