Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jvoisin
mat2
Commits
cd5f2eb7
Commit
cd5f2eb7
authored
Mar 07, 2021
by
jvoisin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a missing comma
This should improve epub support
parent
ec082d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libmat2/epub.py
libmat2/epub.py
+2
-2
No files found.
libmat2/epub.py
View file @
cd5f2eb7
...
...
@@ -20,8 +20,8 @@ class EPUBParser(archive.ZipParser):
'OPS/.+.xml'
}))
self
.
files_to_omit
=
set
(
map
(
re
.
compile
,
{
# type: ignore
'iTunesMetadata.plist'
'META-INF/calibre_bookmarks.txt'
'iTunesMetadata.plist'
,
'META-INF/calibre_bookmarks.txt'
,
}))
self
.
uniqid
=
uuid
.
uuid4
()
...
...
jvoisin
@jvoisin
mentioned in issue
#148
·
Mar 07, 2021
mentioned in issue
#148
mentioned in issue #148
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment