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