update path, add python unrar
This commit is contained in:
parent
642ba49f68
commit
00165d302e
862 changed files with 804 additions and 6 deletions
READMEREADME.md
Shared
large_pdf.patch
lib/python3.7/site-packages
PyPDF2-1.25.1.egg-info
PyPDF2
PySocks-1.6.8.egg-info
certifi-2018.11.29.dist-info
certifi
chardet-3.0.4.dist-info
chardet
__init__.pybig5freq.pybig5prober.pychardistribution.pycharsetgroupprober.pycharsetprober.py
easy_install.pycli
codingstatemachine.pycompat.pycp949prober.pyenums.pyescprober.pyescsm.pyeucjpprober.pyeuckrfreq.pyeuckrprober.pyeuctwfreq.pyeuctwprober.pygb2312freq.pygb2312prober.pyhebrewprober.pyjisfreq.pyjpcntx.pylangbulgarianmodel.pylangcyrillicmodel.pylanggreekmodel.pylanghebrewmodel.pylanghungarianmodel.pylangthaimodel.pylangturkishmodel.pylatin1prober.pymbcharsetprober.pymbcsgroupprober.pymbcssm.pysbcharsetprober.pysbcsgroupprober.pysjisprober.pyuniversaldetector.pyutf8prober.pyversion.pyhtml5lib-1.0.1.dist-info
html5lib
1
README
1
README
|
@ -1 +0,0 @@
|
|||
Open Media Library Platform Packages
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
Open Media Library Platform Packages
|
||||
====================================
|
||||
|
||||
platform independent packages for OML
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/Shared/lib/python3.4/site-packages/PyPDF2/pdf.py b/Shared/lib/python3.4/site-packages/PyPDF2/pdf.py
|
||||
diff --git a/Shared/lib/python3.7/site-packages/PyPDF2/pdf.py b/Shared/lib/python3.7/site-packages/PyPDF2/pdf.py
|
||||
index be8959f..5522e4b 100644
|
||||
--- a/Shared/lib/python3.4/site-packages/PyPDF2/pdf.py
|
||||
+++ b/Shared/lib/python3.4/site-packages/PyPDF2/pdf.py
|
||||
--- a/Shared/lib/python3.7/site-packages/PyPDF2/pdf.py
|
||||
+++ b/Shared/lib/python3.7/site-packages/PyPDF2/pdf.py
|
||||
@@ -1910,23 +1910,26 @@ class PdfFileReader(object):
|
||||
if debug: print((" x:", x, "%x"%ord(x)))
|
||||
if stream.tell() < 2:
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue