Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 31303c55bdfade040a72cd84fe09300d > files > 4

botan-1.10.14-5.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()