propagate raw_mimetype to nbconvert

This commit is contained in:
MinRK 2013-11-20 16:27:20 -08:00
parent c27710842d
commit 26797b24ce

View File

@ -29,9 +29,6 @@ class PythonExporter(TemplateExporter):
'py', config=True,
help="Extension of the file that should be written to disk")
def _raw_format_default(self):
return 'python'
def _raw_formats_default(self):
return ['py', 'python']
def _raw_mimetype_default(self):
return 'application/x-python'