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

* src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra
	definition.



svn: r7611
This commit is contained in:
Alex Roitman 2006-11-11 05:39:20 +00:00
parent 737510e50b
commit 29760f6141
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-11-10 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra
definition.
2006-11-10 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: handle GedcomError properly
* src/DisplayModels/_BaseModel.py: handle add properly with filters

View File

@ -129,9 +129,6 @@ class GrampsInMemDB(GrampsDbBase):
def get_media_cursor(self):
return GrampsInMemCursor(self.media_map)
def get_event_cursor(self):
return GrampsInMemCursor(self.event_map)
def close(self):
self.close_undodb()