[eog-plugins] fullscreenbg: Remove unnecessary import



commit 7d8d1746e90263e01f56f612d5f688b12d9c4963
Author: Adrian ZgorzaÅek <a zgorzalek gmail com>
Date:   Thu Feb 9 21:01:40 2012 +0100

    fullscreenbg: Remove unnecessary import

 plugins/fullscreenbg/fullscreenbg.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fullscreenbg/fullscreenbg.py b/plugins/fullscreenbg/fullscreenbg.py
index 6928921..807f119 100644
--- a/plugins/fullscreenbg/fullscreenbg.py
+++ b/plugins/fullscreenbg/fullscreenbg.py
@@ -17,7 +17,7 @@
 # along with this program; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-from gi.repository import GObject, Gdk, Gio, Gtk, Eog, Peas, PeasGtk
+from gi.repository import GObject, Gdk, Gio, Gtk, Eog, PeasGtk
 from os.path import join
 
 



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