diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 00:37:48 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 00:37:48 +0000 |
| commit | 7db97fec73acebdff3c606f99c2ee7c8a5ae6d57 (patch) | |
| tree | 70187f4ff5d73db9dc02024bfaf9c19b6caac1cf /python/utils.h | |
| parent | c4344d4b1b3d77f2ef7594c217c298661a27dd5e (diff) | |
| download | lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.tar.gz lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.tar.xz lasso-7db97fec73acebdff3c606f99c2ee7c8a5ae6d57.zip | |
Removed old Python binding.
Diffstat (limited to 'python/utils.h')
| -rw-r--r-- | python/utils.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/utils.h b/python/utils.h deleted file mode 100644 index 9f5be831..00000000 --- a/python/utils.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __PYLASSO_UTILS_H__ -#define __PYLASSO_UTILS_H__ - -#undef _POSIX_C_SOURCE -#include <Python.h> - -extern PyObject *lasso_error; - -int CheckArgs(PyObject *args, char *format); - -#endif /* __PYLASSO_UTILS_H__ */ |
