Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-entry.py1
-rwxr-xr-xtests/test-label.py1
-rwxr-xr-xtests/test-option-menu.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-entry.py b/tests/test-entry.py
index c87a5ae..10beaa2 100755
--- a/tests/test-entry.py
+++ b/tests/test-entry.py
@@ -22,7 +22,6 @@ from sugar.graphics.toolbar import Toolbar
from sugar.graphics.frame import Frame
from sugar.graphics.button import Button
from sugar.graphics.entry import Entry
-from sugar.graphics.style import Color
def _entry_activated_cb(entry):
print "_entry_activated_cb"
diff --git a/tests/test-label.py b/tests/test-label.py
index 0ddfc17..eaefa4e 100755
--- a/tests/test-label.py
+++ b/tests/test-label.py
@@ -21,7 +21,6 @@ import hippo
from sugar.graphics.toolbar import Toolbar
from sugar.graphics.label import Label
from sugar.graphics.button import Button
-from sugar.graphics.style import Color
import os
theme = gtk.icon_theme_get_default()
diff --git a/tests/test-option-menu.py b/tests/test-option-menu.py
index 856c0f5..ea627ed 100755
--- a/tests/test-option-menu.py
+++ b/tests/test-option-menu.py
@@ -24,7 +24,6 @@ import hippo
from sugar.graphics.toolbar import Toolbar
from sugar.graphics.optionmenu import OptionMenu
-from sugar.graphics.style import Color
from sugar.graphics.button import Button
def _option_menu_changed_cb(option_menu):