type in [8c94dc]

This commit is contained in:
Paul Franklin 2014-07-21 18:27:19 -07:00
parent 33178a2337
commit 98db4da3ff

View File

@ -27,8 +27,6 @@ This module exports the Html class
""" """
__all__ = ['Html']
from __future__ import print_function from __future__ import print_function
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# Python modules # Python modules
@ -48,6 +46,7 @@ from gramps.gen.constfunc import STRTYPE, cuni
# Constants # Constants
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
__all__ = ['Html']
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #