From 98db4da3ff107b0af6f0f263f82654be0144ab3d Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 21 Jul 2014 18:27:19 -0700 Subject: [PATCH] type in [8c94dc] --- gramps/plugins/lib/libhtml.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps/plugins/lib/libhtml.py b/gramps/plugins/lib/libhtml.py index 39584be0a..fe0663d2e 100644 --- a/gramps/plugins/lib/libhtml.py +++ b/gramps/plugins/lib/libhtml.py @@ -27,8 +27,6 @@ This module exports the Html class """ -__all__ = ['Html'] - from __future__ import print_function #------------------------------------------------------------------------ # Python modules @@ -48,6 +46,7 @@ from gramps.gen.constfunc import STRTYPE, cuni # Constants # #------------------------------------------------------------------------ +__all__ = ['Html'] #------------------------------------------------------------------------ #