Changeset 2681
- Timestamp:
- 10/29/07 00:59:47 (1 year ago)
- Files:
-
- plugins/python-module (modified) (1 prop)
- plugins/python-module/Makefile.am (deleted)
- plugins/python-module/configure.in (deleted)
- plugins/python-module/src/python_module.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/python-module
- Property svn:externals set to
cmake http://svn.opensync.org/branches/3rd-party-cmake-modules
- Property svn:externals set to
plugins/python-module/src/python_module.c
r2242 r2681 29 29 #include <signal.h> 30 30 #include <glib.h> 31 #include "config.h"32 31 33 32 /* change this define for python exception output on stderr */
