Blob Blame History Raw
--- catfish-0.4.0.2/catfish.py.GError	2013-07-01 16:06:08.193254698 +0900
+++ catfish-0.4.0.2/catfish.py	2013-07-01 13:58:58.328273886 +0900
@@ -21,7 +21,7 @@
 
     import locale, gettext
     from gi.repository import GObject, Gtk, Gdk, GdkPixbuf, Pango
-    from gi._glib import GError
+    from gi.repository.GLib import GError
     
 except ImportError, msg:
     print 'Error: The required module %s is missing.' % str(msg).split()[-1]