pychecker updates
svn: r3812
This commit is contained in:
parent
9c2c4ec4be
commit
d3d0cc2142
@ -60,7 +60,6 @@ import DateEdit
|
|||||||
import Date
|
import Date
|
||||||
import DateHandler
|
import DateHandler
|
||||||
import TransTable
|
import TransTable
|
||||||
import ImageSelect
|
|
||||||
|
|
||||||
from QuestionDialog import WarningDialog, ErrorDialog, SaveDialog
|
from QuestionDialog import WarningDialog, ErrorDialog, SaveDialog
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ Provides the Berkeley DB (BSDDB) database backend for GRAMPS
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import locale
|
import locale
|
||||||
import gtk
|
|
||||||
|
|
||||||
from RelLib import *
|
from RelLib import *
|
||||||
from GrampsDbBase import *
|
from GrampsDbBase import *
|
||||||
@ -81,9 +80,6 @@ class GrampsBSDDB(GrampsDbBase):
|
|||||||
def get_person_cursor(self):
|
def get_person_cursor(self):
|
||||||
return GrampsBSDDBCursor(self.person_map)
|
return GrampsBSDDBCursor(self.person_map)
|
||||||
|
|
||||||
def get_person_cursor(self):
|
|
||||||
return GrampsBSDDBCursor(self.person_map)
|
|
||||||
|
|
||||||
def get_family_cursor(self):
|
def get_family_cursor(self):
|
||||||
return GrampsBSDDBCursor(self.family_map)
|
return GrampsBSDDBCursor(self.family_map)
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ import os
|
|||||||
import md5
|
import md5
|
||||||
import gtk
|
import gtk
|
||||||
|
|
||||||
|
|
||||||
class GrampsInMemCursor(GrampsCursor):
|
class GrampsInMemCursor(GrampsCursor):
|
||||||
"""
|
"""
|
||||||
Cursor class for in-memory database classes. Since the in-memory
|
Cursor class for in-memory database classes. Since the in-memory
|
||||||
|
Loading…
Reference in New Issue
Block a user