From 832c70d1897f2551660860c0fafc1a0845f7f097 2013-09-12 15:33:57 From: Jonathan Frederic Date: 2013-09-12 15:33:57 Subject: [PATCH] Fixed Travis, missing import in export.py --- diff --git a/IPython/nbconvert/exporters/export.py b/IPython/nbconvert/exporters/export.py index fcc4f0f..895579b 100644 --- a/IPython/nbconvert/exporters/export.py +++ b/IPython/nbconvert/exporters/export.py @@ -18,6 +18,7 @@ from functools import wraps from IPython.nbformat.v3.nbbase import NotebookNode from IPython.config import Config +from .exporter import Exporter from .templateexporter import TemplateExporter from .html import HTMLExporter from .slides import SlidesExporter