add missing import

This commit is contained in:
Paul Franklin 2015-03-27 09:11:20 -07:00 committed by Ross Gammon
parent 18300e28de
commit 5d87d712f5

View File

@ -29,6 +29,7 @@ Package providing filtering framework for GRAMPS.
# Gramps imports # Gramps imports
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
from ..const import GRAMPS_LOCALE as glocale
from ..lib.person import Person from ..lib.person import Person
from ..lib.family import Family from ..lib.family import Family
from ..lib.src import Source from ..lib.src import Source