aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapper.pxd (renamed from src/pyx_gensvm.pxd)0
-rw-r--r--src/wrapper.pyx (renamed from src/pyx_gensvm.pyx)2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/pyx_gensvm.pxd b/src/wrapper.pxd
index be4d5f5..be4d5f5 100644
--- a/src/pyx_gensvm.pxd
+++ b/src/wrapper.pxd
diff --git a/src/pyx_gensvm.pyx b/src/wrapper.pyx
index 394d4ca..1d84b59 100644
--- a/src/pyx_gensvm.pyx
+++ b/src/wrapper.pyx
@@ -14,7 +14,7 @@ from __future__ import print_function
import numpy as np
cimport numpy as np
-cimport pyx_gensvm
+cimport wrapper
np.import_array()