Rafael Ortiz | 17 Jun 2012 05:14
Favicon

[PATCH 3/3] Erasing 'GdkPixbuf' import

Erasing GdxPixbuf import due to it's not used in this source (Pyflakes suggestion)
applied on GTK3 branch as patch 1 and 2.

Signed-off-by: Rafael Ortiz <rafael <at> activitycentral.com>
---
 activity.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activity.py b/activity.py
index 313c3fd..6c82cb7 100644
--- a/activity.py
+++ b/activity.py
 <at>  <at>  -14,7 +14,7  <at>  <at> 
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

-from gi.repository import Gtk, Gdk, GdkPixbuf
+from gi.repository import Gtk, Gdk
 import logging
 import cjson
 import math
--

-- 
1.7.9.5

Gmane