[totem/gnome-3-10] opensubtitles: Fix downloading of subtitles



commit 7defc275e212ba4bf5de0f0894e5eca21edec2ed
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Mar 23 14:04:21 2014 +0100

    opensubtitles: Fix downloading of subtitles
    
    In 15872af34c156f68a6da484ca8ce139d44fa8f8a we started using
    GLib instead of PyXDG, but didn't import GLib.

 src/plugins/opensubtitles/opensubtitles.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index 0109284..dd163aa 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
 from gi.repository import GObject, Peas, Gtk, Gdk # pylint: disable-msg=E0611
-from gi.repository import Gio, Pango, Totem # pylint: disable-msg=E0611
+from gi.repository import GLib, Gio, Pango, Totem # pylint: disable-msg=E0611
 
 import xmlrpclib
 import threading


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]