summarylogtreecommitdiffstats
path: root/init.patch
diff options
context:
space:
mode:
authorRoelof Rietbroek2018-04-16 22:14:41 +0200
committerRoelof Rietbroek2018-04-16 22:14:41 +0200
commit7ce6af3c1129e2c237cbcafe455bdaf5df7ab7d2 (patch)
tree1dd4793b349faea5a70e216585771eacb582e6a8 /init.patch
parent03212c0da03eb2ae9685c45b045720d3eda75e69 (diff)
downloadaur-pysofa.tar.gz
make pysofa work woth python 3
Diffstat (limited to 'init.patch')
-rw-r--r--init.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.patch b/init.patch
new file mode 100644
index 000000000000..2c77a5ca7b04
--- /dev/null
+++ b/init.patch
@@ -0,0 +1,9 @@
+--- tmp/pysofa-0.1.1/pysofa/__init__.py 2010-11-29 11:02:06.000000000 +0100
++++ initnew.py 2018-04-16 21:55:06.818227322 +0200
+@@ -6,5 +6,5 @@
+ # Distributed under the terms of the MIT license.
+ #
+
+-from pysofa_ctypes import *
++from pysofa.pysofa_ctypes import *
+