← Back to team overview

oshippy-dev team mailing list archive

[Bug 623594] Re: issues in class Archetyped in package common

 

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

Title:
  issues in class Archetyped in package common

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

Bug description:
  It seems that archetypeIdValid and rmVersionValid in IArchetyped
  interface are not necessary, since the attributes archetypeId and
  rmVersion are already required in the respective schemas.

  According to previous discussions, maybe we should leave methods
  __eq__ and __hash__ as the default implementation.