diff options
Diffstat (limited to 'bindings/lang_python_wrapper_bottom.c')
| -rw-r--r-- | bindings/lang_python_wrapper_bottom.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/bindings/lang_python_wrapper_bottom.c b/bindings/lang_python_wrapper_bottom.c deleted file mode 100644 index 51de44b0..00000000 --- a/bindings/lang_python_wrapper_bottom.c +++ /dev/null @@ -1,18 +0,0 @@ -PyMODINIT_FUNC -init_lasso(void) -{ - PyObject *m, *d; - - if (PyType_Ready(&PyGObjectPtrType) < 0) - return; - - m = Py_InitModule3("_lasso", lasso_methods, "_lasso wrapper module"); - d = PyModule_GetDict(m); - register_constants(d); - - lasso_wrapper_key = g_quark_from_static_string("PyLasso::wrapper"); - - Py_INCREF(&PyGObjectPtrType); - PyModule_AddObject(m, "PyGObjectPtr", (PyObject *)&PyGObjectPtrType); -} - |
