[rhythmbox] context-pane: add missing import in the links tab



commit 04de8e2bad5430cb1723cc43f69493ea197e375c
Author: Leo Iannacone <l3on ubuntu com>
Date:   Wed Oct 10 08:43:19 2012 +1000

    context-pane: add missing import in the links tab
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685820

 plugins/context/LinksTab.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/context/LinksTab.py b/plugins/context/LinksTab.py
index 519e46c..ea49e65 100644
--- a/plugins/context/LinksTab.py
+++ b/plugins/context/LinksTab.py
@@ -27,6 +27,7 @@
 import os
 import cgi
 import urllib
+import rb
 
 from gi.repository import GObject, Gtk
 from gi.repository import RB



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