This commit is contained in:
Kovid Goyal 2010-09-10 20:12:12 -06:00
parent 1e4baacd51
commit f175b8bf6d

View File

@ -231,7 +231,7 @@ def MetaInformation(title, authors=(_('Unknown'),)):
mi = title mi = title
title = mi.title title = mi.title
authors = mi.authors authors = mi.authors
return Metadata(title, authors, mi) return Metadata(title, authors, other=mi)
def check_isbn10(isbn): def check_isbn10(isbn):
try: try: