aboutsummaryrefslogtreecommitdiff
path: root/gensvm/cython_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'gensvm/cython_wrapper')
-rw-r--r--gensvm/cython_wrapper/__init__.py0
-rw-r--r--gensvm/cython_wrapper/wrapper.pyx2
2 files changed, 2 insertions, 0 deletions
diff --git a/gensvm/cython_wrapper/__init__.py b/gensvm/cython_wrapper/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gensvm/cython_wrapper/__init__.py
diff --git a/gensvm/cython_wrapper/wrapper.pyx b/gensvm/cython_wrapper/wrapper.pyx
index 4ded637..6d5bbae 100644
--- a/gensvm/cython_wrapper/wrapper.pyx
+++ b/gensvm/cython_wrapper/wrapper.pyx
@@ -1,3 +1,5 @@
+# cython: language_level=2
+
"""
Wrapper for GenSVM