Skip to content
Commit 1bee1942 authored by Simon Feltman's avatar Simon Feltman Committed by Martin Pitt
Browse files

Fix erronous import statements for Python 3.3

Update pygobject-external.h to use GType (which is what GTypeWrapper is
exposed as) instead of GTypeWrapper when attempting import.

Catch ImportError around attempted imports of a typelibs override file
which don't always exist (GObject...). This is a behavioural change in
Python 3.3 (http://bugs.python.org/issue15715), but let's fix it anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=682051
parent 1e056e4f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment