pychecker updates

svn: r3812
This commit is contained in:
Don Allingham 2004-12-17 02:38:19 +00:00
parent 9c2c4ec4be
commit d3d0cc2142
3 changed files with 0 additions and 6 deletions

View File

@ -60,7 +60,6 @@ import DateEdit
import Date
import DateHandler
import TransTable
import ImageSelect
from QuestionDialog import WarningDialog, ErrorDialog, SaveDialog

View File

@ -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)

View File

@ -32,7 +32,6 @@ import os
import md5
import gtk
class GrampsInMemCursor(GrampsCursor):
"""
Cursor class for in-memory database classes. Since the in-memory