diff options
-rw-r--r-- | bindings/python/gpod.i.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/gpod.i.in b/bindings/python/gpod.i.in index 7e4366c..e74d3d9 100644 --- a/bindings/python/gpod.i.in +++ b/bindings/python/gpod.i.in @@ -300,10 +300,10 @@ PyObject* sw_get_photo(GList *list, gint index) { #ifdef HAVE_GDKPIXBUF #ifdef HAVE_PYGOBJECT g_type_init (); - PyDateTime_IMPORT; init_pygobject (); #endif #endif + PyDateTime_IMPORT; %} %include "gpod_doc.i" |