Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-10-30 22:08:45 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-10-30 22:20:25 (GMT)
commit4939292450429642967bbd8426566335b12b3f94 (patch)
tree2cb3d6fc9d6cde21b974c30727f993a6add1eabd
parentdbe93bd0f95e9ce82d4c7d1b6e3876d409f60096 (diff)
sugarbaseext: Reomve pygobject include
-rw-r--r--src/sugar3/_sugarbaseextmodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sugar3/_sugarbaseextmodule.c b/src/sugar3/_sugarbaseextmodule.c
index a4f3e15..51d1709 100644
--- a/src/sugar3/_sugarbaseextmodule.c
+++ b/src/sugar3/_sugarbaseextmodule.c
@@ -21,8 +21,7 @@
#include "config.h"
#endif
-/* include this first, before NO_IMPORT_PYGOBJECT is defined */
-#include <pygobject.h>
+#include <Python.h>
extern PyMethodDef py_sugarbaseext_functions[];