La til to_string og to_dict for Person. #5
This commit is contained in:
@@ -8,7 +8,7 @@ def search_book_cmd(search_strings, search_description=False):
|
||||
books = search_book(search_strings, search_description)
|
||||
format = '%-13s %-10s %-40s %-30s'
|
||||
for book in books:
|
||||
print book.to_string(True)
|
||||
print book.to_string(False)
|
||||
#b_id = book.getid() or ''
|
||||
#title = cut_str(book.title, 40, '*')
|
||||
#authors = map(lambda p: p.first_name+' '+p.last_name,
|
||||
|
||||
Reference in New Issue
Block a user