2006-05-05 Alex Roitman <shura@gramps-project.org>

* src/DisplayTabs/_MediaBackRefList.py: Import model.



svn: r6554
This commit is contained in:
Alex Roitman 2006-05-05 17:47:52 +00:00
parent 0d5e4a3806
commit 508a42d6f4
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2006-05-05 Alex Roitman <shura@gramps-project.org>
* src/DisplayTabs/_MediaBackRefList.py: Import model.
2006-05-05 Don Allingham <don@gramps-project.org>
* src/ViewManager.py: Add undo history menu entry

View File

@ -32,6 +32,7 @@ from gettext import gettext as _
# GRAMPS classes
#
#-------------------------------------------------------------------------
from _BackRefModel import BackRefModel
from _BackRefList import BackRefList
class MediaBackRefList(BackRefList):