##// END OF EJS Templates
Fixed Travis, missing import in export.py
Jonathan Frederic -
Show More
@@ -18,6 +18,7 b' from functools import wraps'
18 from IPython.nbformat.v3.nbbase import NotebookNode
18 from IPython.nbformat.v3.nbbase import NotebookNode
19 from IPython.config import Config
19 from IPython.config import Config
20
20
21 from .exporter import Exporter
21 from .templateexporter import TemplateExporter
22 from .templateexporter import TemplateExporter
22 from .html import HTMLExporter
23 from .html import HTMLExporter
23 from .slides import SlidesExporter
24 from .slides import SlidesExporter
General Comments 0
You need to be logged in to leave comments. Login now