| Thread Previous • Date Previous • Date Next • Thread Next |
------------------------------------------------------------ revno: 481 fixes bug(s): https://launchpad.net/bugs/607533 committer: Wagner Francisco Mezaroba <wagner@wagner-laptop> branch nick: oship timestamp: Mon 2010-09-06 10:39:54 -0300 message: Added parent attribute in the call to the DataStructure superclass initializer modified: src/oship/openehr/rm/data_structures/__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/data_structures/__init__.py'
--- src/oship/openehr/rm/data_structures/__init__.py 2010-08-06 21:24:11 +0000
+++ src/oship/openehr/rm/data_structures/__init__.py 2010-09-06 13:39:54 +0000
@@ -39,7 +39,7 @@
def __init__(self, uid, atnodeid, name, atdetails, fdraudit, links, parent):
Locatable.__init__(self, uid, atnodeid, name, atdetails, fdraudit,
- links)
+ links, parent)
def asHierarchy(self):
u"""Hierarchical equivalent of the physical representation of each
| Thread Previous • Date Previous • Date Next • Thread Next |