Show More
@@ -143,7 +143,7 b' class Converter(Configurable):' | |||
|
143 | 143 | raw_as_verbatim = False |
|
144 | 144 | |
|
145 | 145 | |
|
146 |
def __init__(self, infile= |
|
|
146 | def __init__(self, infile='', config=None, exclude=[], **kw): | |
|
147 | 147 | super(Converter,self).__init__(config=config) |
|
148 | 148 | |
|
149 | 149 | #DocStringInheritor.__init__(self=config) |
General Comments 0
You need to be logged in to leave comments.
Login now