Show More
@@ -160,8 +160,6 b' class baseformatter(object):' | |||||
160 | def __init__(self, ui, topic, opts, converter): |
|
160 | def __init__(self, ui, topic, opts, converter): | |
161 | self._ui = ui |
|
161 | self._ui = ui | |
162 | self._topic = topic |
|
162 | self._topic = topic | |
163 | self._style = opts.get("style") |
|
|||
164 | self._template = opts.get("template") |
|
|||
165 | self._converter = converter |
|
163 | self._converter = converter | |
166 | self._item = None |
|
164 | self._item = None | |
167 | # function to convert node to string suitable for this output |
|
165 | # function to convert node to string suitable for this output |
General Comments 0
You need to be logged in to leave comments.
Login now