add missing import

This commit is contained in:
Paul Franklin 2015-03-27 09:11:20 -07:00
parent 57acf9d21a
commit 946a4fbd2b

View File

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