summaryrefslogtreecommitdiffstats
path: root/python/py_lasso.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/py_lasso.c')
-rw-r--r--python/py_lasso.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/py_lasso.c b/python/py_lasso.c
index 5fa8f931..0ff9c751 100644
--- a/python/py_lasso.c
+++ b/python/py_lasso.c
@@ -31,7 +31,8 @@ PyObject *init(PyObject *self, PyObject *args) {
}
PyObject *shutdown(PyObject *self, PyObject *args) {
- return (int_wrap(lasso_shutdown()));
+ //return (int_wrap(lasso_shutdown()));
+ return (int_wrap(0));
}
PyObject *check_version_exact(PyObject *self, PyObject *args) {