Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-04-23 11:43:31 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-04-23 11:43:31 (GMT)
commit9f5b195e8b2857ec67fc7309eb319c010b39d491 (patch)
tree9995c2cc6efe2904214dc06d157966eb2d69ccdd
parent58e1e2b4a1dc73013730bd82556be74b162dcaf6 (diff)
Pylint fixes
-rw-r--r--historietaactivity.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/historietaactivity.py b/historietaactivity.py
index d398dea..f46567d 100644
--- a/historietaactivity.py
+++ b/historietaactivity.py
@@ -1,11 +1,8 @@
# -*- coding: UTF-8 -*-
import os
-import math
import gtk
-import gobject
import cairo
-import pango
import globos
import persistencia
@@ -25,7 +22,6 @@ import time
from sugar.datastore import datastore
from sugar import profile
from sugar.graphics import style
-from sugar.graphics.menuitem import MenuItem
from sugar.graphics.alert import Alert
from sugar.graphics.icon import Icon
import dbus
@@ -297,8 +293,8 @@ class Page(gtk.VBox):
self._active_box = None
self.selected_font_name = globos.DEFAULT_FONT
- logging.error('SCREEN WIDTH %d DEF_SPACING %d' %
- (SCREEN_WIDTH, DEF_SPACING))
+ logging.error('SCREEN WIDTH %d DEF_SPACING %d', SCREEN_WIDTH,
+ DEF_SPACING)
# Agrego cuadro titulo
self.title_box = ComicBox(None, 0)