parent
9c074b3efd
commit
5f79ede199
@ -1 +1,2 @@
|
||||
/olefile-bc9d196.tar.gz
|
||||
/olefile-0.44.zip
|
||||
|
@ -1,21 +0,0 @@
|
||||
diff -rupN olefile-bc9d196b02e9be2d179c5b75c696a8e041232254/OleFileIO_PL.py olefile-bc9d196b02e9be2d179c5b75c696a8e041232254-new/OleFileIO_PL.py
|
||||
--- olefile-bc9d196b02e9be2d179c5b75c696a8e041232254/OleFileIO_PL.py 2016-11-29 23:09:20.000000000 +0100
|
||||
+++ olefile-bc9d196b02e9be2d179c5b75c696a8e041232254-new/OleFileIO_PL.py 2017-01-02 18:39:48.255899000 +0100
|
||||
@@ -24,14 +24,6 @@ See source code and LICENSE.txt for info
|
||||
|
||||
# The OleFileIO_PL module is for backward compatibility
|
||||
|
||||
-try:
|
||||
- # first try to import olefile for Python 2.6+/3.x
|
||||
- from olefile.olefile import *
|
||||
- # import metadata not covered by *:
|
||||
- from olefile.olefile import __version__, __author__, __date__
|
||||
-
|
||||
-except:
|
||||
- # if it fails, fallback to the old version olefile2 for Python 2.x:
|
||||
- from olefile.olefile2 import *
|
||||
- # import metadata not covered by *:
|
||||
- from olefile.olefile2 import __doc__, __version__, __author__, __date__
|
||||
+from olefile.olefile import *
|
||||
+# import metadata not covered by *:
|
||||
+from olefile.olefile import __version__, __author__, __date__
|
@ -1 +1 @@
|
||||
SHA512 (olefile-bc9d196.tar.gz) = abcadc7cef109c4e8f98d390f662eeb8d6851f39fb998e97213f17f2a72ee1e7f7bedf3e56ede2c940bb652a802bbbb9863ac5fb4d11e0df41c1d981f67fa5b4
|
||||
SHA512 (olefile-0.44.zip) = 096450638b21882d462ceb6c60ece2e603318f7f4783414ed33b45e3dbbf38a60f763144b14df6685a0d55cc034cf16f82a0f8ed8773fe9a7d10d6bf32d4edfc
|
||||
|
Loading…
Reference in new issue