(self, implementation)
| 16 | self.XMLEncoder=SimpleXMLEncoder() |
| 17 | self.errorHandler=SimpleErrorHandler() |
| 18 | def addCDImplementation(self, implementation): |
| 19 | self.implementations[implementation.cd]=implementation |
| 20 | def lookupImplementation(self, oms): |
| 21 | #print self.implementations |
| 22 | try: |
no outgoing calls
no test coverage detected