(self)
| 134 | self.info['DistributionConfig'] = DistributionConfig(tree = tree.find(".//DistributionConfig")) |
| 135 | |
| 136 | def uri(self): |
| 137 | return S3Uri(u"cf://%s" % self.info['Id']) |
| 138 | |
| 139 | class DistributionConfig(object): |
| 140 | ## Example: |
no test coverage detected