Import the I{imported} WSDLs.
(self)
| 197 | continue |
| 198 | |
| 199 | def open_imports(self): |
| 200 | """ Import the I{imported} WSDLs. """ |
| 201 | for imp in self.imports: |
| 202 | imp.load(self) |
| 203 | |
| 204 | def resolve(self): |
| 205 | """ Tell all children to resolve themselves """ |