Show More
@@ -140,10 +140,7 b' class TemplateExporter(Exporter):' | |||||
140 | template : str (optional, kw arg) |
|
140 | template : str (optional, kw arg) | |
141 | Template to use when exporting. |
|
141 | Template to use when exporting. | |
142 | """ |
|
142 | """ | |
143 | if not config: |
|
143 | super(TemplateExporter, self).__init__(config=config, **kw) | |
144 | config = self.default_config |
|
|||
145 |
|
||||
146 | super(Exporter, self).__init__(config=config, **kw) |
|
|||
147 |
|
144 | |||
148 | #Init |
|
145 | #Init | |
149 | self._init_template() |
|
146 | self._init_template() |
General Comments 0
You need to be logged in to leave comments.
Login now