Revert import change in unit test
The relative import worked when the test was run from the command line, but not in the Travis environment.
This commit is contained in:
parent
b3509ad3f4
commit
b8ba05540e
@ -37,7 +37,7 @@ from gramps.gen.lib import (Person, Family, Event, Source, Place, Citation,
|
||||
from gramps.cli.user import User
|
||||
from gramps.gen.dbstate import DbState
|
||||
from gramps.gen.db.utils import make_database
|
||||
from ..editreference import EditReference
|
||||
from gramps.gui.editors.editreference import EditReference
|
||||
|
||||
class MockWindow:
|
||||
def set_transient_for(self, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user