Fix testsuite failure when build happens out of the source tree.

Build path was hardcoded in an import in:
gramps/gen/filters/rules/test/person_rules_test.py

Fixes #10450.
This commit is contained in:
Ross Gammon 2018-02-19 21:37:01 +01:00 committed by Nick Hall
parent c4bc2d6823
commit 43646e592b

View File

@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
from build.lib.gramps.gen.filters.rules.person._matchidof import MatchIdOf
from ....filters.rules.person._matchidof import MatchIdOf
"""
Unittest that tests person-specific filter rules