Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 4e71f80970d3f725106f79b8e6e650ab > files > 5

botan-1.10.14-5.1.mga6.src.rpm

diff -up Botan-1.10.13/src/wrap/python/__init__.py.orig Botan-1.10.13/src/wrap/python/__init__.py
--- Botan-1.10.13/src/wrap/python/__init__.py.orig	2016-04-28 15:27:08.000000000 +0200
+++ Botan-1.10.13/src/wrap/python/__init__.py	2016-06-30 18:02:11.724997966 +0200
@@ -1,4 +1,4 @@
-from _botan import *
+from botan._botan import *
 
 # Initialize the library when the module is imported
 init = LibraryInitializer()