##// END OF EJS Templates
fix failing deprecated test
Matthias BUSSONNIER -
Show More
@@ -143,7 +143,7 b' class Converter(Configurable):'
143 raw_as_verbatim = False
143 raw_as_verbatim = False
144
144
145
145
146 def __init__(self, infile=None, config=None, exclude=[], **kw):
146 def __init__(self, infile='', config=None, exclude=[], **kw):
147 super(Converter,self).__init__(config=config)
147 super(Converter,self).__init__(config=config)
148
148
149 #DocStringInheritor.__init__(self=config)
149 #DocStringInheritor.__init__(self=config)
@@ -1,4 +1,4 b''
1 from nbconvert import main, converters , NbconvertApp
1 from nbconvert import converters, NbconvertApp
2 from converters.rst import ConverterRST
2 from converters.rst import ConverterRST
3 import nose.tools as nt
3 import nose.tools as nt
4
4
General Comments 0
You need to be logged in to leave comments. Login now