from __future__ imports must occur at the beginning of the file

svn: r22058
This commit is contained in:
Jérôme Rapinat 2013-04-21 10:23:43 +00:00
parent 391155d14b
commit 34bb0b7769

View File

@ -23,14 +23,6 @@
"""
The main view
"""
#-------------------------------------------------------------------------
#
# Constants
#
#-------------------------------------------------------------------------
OPENGL = True
#-------------------------------------------------------------------------
#
# Standard python modules
@ -69,6 +61,14 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
from gramps.gen.constfunc import cuni, UNITYPE
#-------------------------------------------------------------------------
#
# Constants
#
#-------------------------------------------------------------------------
OPENGL = True
#-------------------------------------------------------------------------
#
# Classes