Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-07-21 20:14:33 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-07-21 20:14:33 (GMT)
commitad3114a208845c8285b406e5db0d50046f6e5b19 (patch)
tree43cd16b51651ad2af3b8d72ac2e3bec69748dbc0
parent9afa34c5978b650f54a7914f35687195f58009be (diff)
Pyflakes fixes
-rw-r--r--messenger.py2
-rw-r--r--playerscoreboard.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/messenger.py b/messenger.py
index 96d800b..286dbd5 100644
--- a/messenger.py
+++ b/messenger.py
@@ -136,8 +136,6 @@ class Messenger(ExportedGObject):
game_file = data['game_file']
category = game_file[:game_file.find('_')]
language = data['language']
- color = None
- title = None
self.game.model.is_demo = True
self.game.model.read_art4apps(category, language)
diff --git a/playerscoreboard.py b/playerscoreboard.py
index 81b4bc3..e83bb3e 100644
--- a/playerscoreboard.py
+++ b/playerscoreboard.py
@@ -21,7 +21,6 @@ from gi.repository import Gdk
from sugar3.graphics.icon import Icon
from sugar3.graphics import style
-import logging
import math