summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2007-08-08 07:14:36 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2007-08-08 07:14:36 +0000
commitdd2614dd2195eed5b71594d50dfdd15e47b183b2 (patch)
tree8160e001119e84207a64c0cfbe9da499e251b6e2 /bindings
parentadb74fa7edd81fc23fb26b194ecfc94e45ac8a48 (diff)
downloadlibgpod-dd2614dd2195eed5b71594d50dfdd15e47b183b2.tar.gz
libgpod-dd2614dd2195eed5b71594d50dfdd15e47b183b2.tar.xz
libgpod-dd2614dd2195eed5b71594d50dfdd15e47b183b2.zip
Move PyDateTime_IMPORT outside of ifdef HAVE_GDKPIXBUF + HAVE_PYGOBJECT, including it there was a merge error
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1674 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/gpod.i.in2
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"