diff options
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathymodule.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathymodule.c b/python/pyempathy/pyempathymodule.c index 118031366..9448665c3 100644 --- a/python/pyempathy/pyempathymodule.c +++ b/python/pyempathy/pyempathymodule.c @@ -1,3 +1,5 @@ +#define NO_IMPORT_PYGOBJECT + #include <pygobject.h> void empathy_register_classes (PyObject *d); |