From 162798049b3284612096f7b3e09f8ff0ce158372 2013-07-03 03:25:54 From: damianavila Date: 2013-07-03 03:25:54 Subject: [PATCH] Added relative import of RevealExporter to __init__.py inside exporters module. --- diff --git a/IPython/nbconvert/exporters/__init__.py b/IPython/nbconvert/exporters/__init__.py index 004bb32..8383a2f 100755 --- a/IPython/nbconvert/exporters/__init__.py +++ b/IPython/nbconvert/exporters/__init__.py @@ -2,6 +2,7 @@ from .basichtml import BasicHTMLExporter from .export import * from .exporter import Exporter from .fullhtml import FullHTMLExporter +from .reveal import RevealExporter from .latex import LatexExporter from .markdown import MarkdownExporter from .python import PythonExporter