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