From d3d0cc2142d9184596d7d95ad658f1fe876fc19e Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 17 Dec 2004 02:38:19 +0000 Subject: [PATCH] pychecker updates svn: r3812 --- src/EditPerson.py | 1 - src/GrampsBSDDB.py | 4 ---- src/GrampsInMemDB.py | 1 - 3 files changed, 6 deletions(-) diff --git a/src/EditPerson.py b/src/EditPerson.py index 65e15bc60..6d9e774b1 100644 --- a/src/EditPerson.py +++ b/src/EditPerson.py @@ -60,7 +60,6 @@ import DateEdit import Date import DateHandler import TransTable -import ImageSelect from QuestionDialog import WarningDialog, ErrorDialog, SaveDialog diff --git a/src/GrampsBSDDB.py b/src/GrampsBSDDB.py index f2b1f9766..adb62abcf 100644 --- a/src/GrampsBSDDB.py +++ b/src/GrampsBSDDB.py @@ -27,7 +27,6 @@ Provides the Berkeley DB (BSDDB) database backend for GRAMPS import os import time import locale -import gtk from RelLib import * from GrampsDbBase import * @@ -81,9 +80,6 @@ class GrampsBSDDB(GrampsDbBase): def get_person_cursor(self): return GrampsBSDDBCursor(self.person_map) - def get_person_cursor(self): - return GrampsBSDDBCursor(self.person_map) - def get_family_cursor(self): return GrampsBSDDBCursor(self.family_map) diff --git a/src/GrampsInMemDB.py b/src/GrampsInMemDB.py index edcbb44a9..c68cddf1f 100644 --- a/src/GrampsInMemDB.py +++ b/src/GrampsInMemDB.py @@ -32,7 +32,6 @@ import os import md5 import gtk - class GrampsInMemCursor(GrampsCursor): """ Cursor class for in-memory database classes. Since the in-memory