Remove unused Select API code
This commit is contained in:
parent
f2767c0d12
commit
a39eff5766
@ -51,9 +51,6 @@ class ReportControl:
|
|||||||
self.tearDown() # removes it if it existed
|
self.tearDown() # removes it if it existed
|
||||||
out, err = self.call("-C", TREE_NAME,
|
out, err = self.call("-C", TREE_NAME,
|
||||||
"--import", example)
|
"--import", example)
|
||||||
db = open_database(TREE_NAME, force_unlock=True)
|
|
||||||
db.Person.filter(lambda person: person.gramps_id == "I0000").tag("Cool")
|
|
||||||
db.close()
|
|
||||||
|
|
||||||
def addreport(self, class_, report_name, test_function,
|
def addreport(self, class_, report_name, test_function,
|
||||||
files, **options):
|
files, **options):
|
||||||
|
Loading…
Reference in New Issue
Block a user