Exporter -> TemplateExporter / BaseExporter

Matthias BUSSONNIER 13 years ago committed by Jonathan Frederic
parent 4fc0465f42
commit 8c6665ab4c

@ -15,13 +15,13 @@ Python exporter which exports Notebook code into a PY file.
from IPython.utils.traitlets import Unicode
from .exporter import Exporter
from .exporter import TemplateExporter
#-----------------------------------------------------------------------------
# Classes
#-----------------------------------------------------------------------------
class PythonExporter(Exporter):
class PythonExporter(TemplateExporter):
"""
Exports a Python code file.
"""

Loading…
Cancel
Save