Remove unused Select API code

This commit is contained in:
Nick Hall 2016-10-12 22:24:43 +01:00
parent f2767c0d12
commit a39eff5766

View File

@ -51,9 +51,6 @@ class ReportControl:
self.tearDown() # removes it if it existed
out, err = self.call("-C", TREE_NAME,
"--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,
files, **options):