diff --git a/converters/reveal.py b/converters/reveal.py index 2a13fac..c9a306d 100644 --- a/converters/reveal.py +++ b/converters/reveal.py @@ -1,8 +1,8 @@ from __future__ import absolute_import -from converters.html import ConverterHTML -from converters.utils import text_cell -from converters.utils import highlight, coalesce_streams +from .html import ConverterHTML +from .utils import text_cell +from .utils import highlight, coalesce_streams from IPython.utils import path from markdown import markdown @@ -245,4 +245,4 @@ class ConverterReveal(ConverterHTML): def optional_footer(self): optional_footer_body = self.template_split() - return optional_footer_body[1] + ['', ''] \ No newline at end of file + return optional_footer_body[1] + ['', '']