So, looking at that code, I want to do this approximately:
self.add_formats(dest_id, self.formats_for_books(rows))
self.merge_metadata(dest_id, src_ids)
self.delete_books_after_merge(src_ids)
Can I just import those (and any they use) methods from that file?
Are they already accessible somewhere? deep in the self.gui object?
|