[d-feet/pygi] Fix GObject import



commit a2aff94685e847cbb848f867988b57ce77353994
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Tue Oct 9 20:21:39 2012 +0200

    Fix GObject import

 dfeet/_ui/wnck_utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dfeet/_ui/wnck_utils.py b/dfeet/_ui/wnck_utils.py
index 3b77e9a..19afb1f 100644
--- a/dfeet/_ui/wnck_utils.py
+++ b/dfeet/_ui/wnck_utils.py
@@ -2,7 +2,7 @@
 # icon information. If the wnck module is not installed we fallback to default
 # behvior
 
-from gi.repository import GObject as gobject
+from gi.repository import GObject
 from gi.repository import Gtk
 
 try:



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