This commit is contained in:
John Schember 2011-04-12 20:55:06 -04:00
parent fbde96b7a1
commit 5b82c42e4b

View File

@ -83,7 +83,6 @@ def set_metadata(stream, mi):
except: except:
pass pass
def get_first_opf_name(stream): def get_first_opf_name(stream):
with ZipFile(stream) as zf: with ZipFile(stream) as zf:
names = zf.namelist() names = zf.namelist()