oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01458
[Branch ~oship-dev/oship/devel] Rev 480: Removed originatingSystemAudit method in the FeederAudit class. FeederAudit does not inherit from...
------------------------------------------------------------
revno: 480
fixes bug(s): https://launchpad.net/bugs/623602
committer: Wagner Francisco Mezaroba <wagner@wagner-laptop>
branch nick: oship
timestamp: Mon 2010-09-06 10:32:03 -0300
message:
Removed originatingSystemAudit method in the FeederAudit class. FeederAudit does not inherit from Locatable anymore.
modified:
src/oship/openehr/rm/common/archetyped/__init__.py
--
lp:oship
https://code.launchpad.net/~oship-dev/oship/devel
Your team OSHIP Development Team is subscribed to branch lp:oship.
To unsubscribe from this branch go to https://code.launchpad.net/~oship-dev/oship/devel/+edit-subscription
=== modified file 'src/oship/openehr/rm/common/archetyped/__init__.py'
--- src/oship/openehr/rm/common/archetyped/__init__.py 2010-09-03 15:52:07 +0000
+++ src/oship/openehr/rm/common/archetyped/__init__.py 2010-09-06 13:32:03 +0000
@@ -196,7 +196,7 @@
u"""systemId is not None and systemId != '' """
-class FeederAudit(Locatable):
+class FeederAudit(grok.Model):
"""
Audit and other meta-data for systems in the feeder chain.
"""
@@ -205,17 +205,12 @@
def __init__(self, orgsysaudit, orgsysids, fsaudit, fsauditids,
orgcontent):
-
-
self.originatingSystemAudit=orgsysaudit
self.originatingSystemItemIds=orgsysids
self.feederSystemAudit=fsaudit
self.feederSystemItemIds=fsauditids
self.originalContent=orgcontent
- def originatingSystemAuditValid():
- """ originatingSystemAudit is not None """
-
class Link(Locatable):
"""