[Sugar-devel] [PATCH 3/3] Erasing 'GdkPixbuf' import
Rafael Ortiz
rafael at activitycentral.com
Sat Jun 16 23:14:00 EDT 2012
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
@@ -14,7 +14,7 @@
# 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
More information about the Sugar-devel
mailing list