from future imports must occur at the beginning of the file

svn: r22067
This commit is contained in:
Jérôme Rapinat 2013-04-22 07:16:03 +00:00
parent 4f61f03bec
commit 8a4f89f8e3

View File

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