Remove imports from __future__ module

This commit is contained in:
Nick Hall
2015-03-14 16:02:57 +00:00
committed by Ross Gammon
parent 906b9e737d
commit 2ee685e71b
189 changed files with 53 additions and 356 deletions

View File

@@ -29,8 +29,6 @@ This module provides the functions to build the quick report context menu's
# python modules
#
#------------------------------------------------------------------------
from __future__ import print_function
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
import sys