Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'tests/graphics')
-rw-r--r--tests/graphics/common.py4
-rw-r--r--tests/graphics/hipposcalability.py1
-rw-r--r--tests/graphics/iconcache.py1
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/graphics/common.py b/tests/graphics/common.py
index 2f00099..1a7bf47 100644
--- a/tests/graphics/common.py
+++ b/tests/graphics/common.py
@@ -19,10 +19,12 @@ import gtk
from sugar.graphics.toolbutton import ToolButton
+
class Test(gtk.VBox):
def __init__(self):
gtk.VBox.__init__(self)
+
class TestPalette(Test):
def __init__(self):
Test.__init__(self)
@@ -39,6 +41,7 @@ class TestPalette(Test):
def set_palette(self, palette):
self._invoker.set_palette(palette)
+
class TestRunner(object):
def run(self, test):
window = gtk.Window()
@@ -48,6 +51,7 @@ class TestRunner(object):
window.show()
+
def main(test):
runner = TestRunner()
runner.run(test)
diff --git a/tests/graphics/hipposcalability.py b/tests/graphics/hipposcalability.py
index a5cebcc..4101138 100644
--- a/tests/graphics/hipposcalability.py
+++ b/tests/graphics/hipposcalability.py
@@ -19,6 +19,7 @@ canvas.set_root(scrollbars)
box = hippo.CanvasBox(padding=10, spacing=10)
scrollbars.set_root(box)
+
def idle_cb():
global countdown
diff --git a/tests/graphics/iconcache.py b/tests/graphics/iconcache.py
index b03ecb6..90511d4 100644
--- a/tests/graphics/iconcache.py
+++ b/tests/graphics/iconcache.py
@@ -41,6 +41,7 @@ data = [
['battery-090', '#D1A3FF,#00A0FF'],
['battery-100', '#AC32FF,#FF2B34']]
+
def _button_activated_cb(button):
import random