pychecker updates
svn: r3812
This commit is contained in:
parent
9c2c4ec4be
commit
d3d0cc2142
@ -60,7 +60,6 @@ import DateEdit
|
||||
import Date
|
||||
import DateHandler
|
||||
import TransTable
|
||||
import ImageSelect
|
||||
|
||||
from QuestionDialog import WarningDialog, ErrorDialog, SaveDialog
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -32,7 +32,6 @@ import os
|
||||
import md5
|
||||
import gtk
|
||||
|
||||
|
||||
class GrampsInMemCursor(GrampsCursor):
|
||||
"""
|
||||
Cursor class for in-memory database classes. Since the in-memory
|
||||
|
Loading…
Reference in New Issue
Block a user