Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-15 17:48:58 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-15 17:48:58 (GMT)
commit2e8bd12f8bcf9da314d853078ee29f35a381c537 (patch)
tree3f0922b2484b1a3d9194919fccdb69b5bee587a6 /tests
parent32c89a1fcb7a536455343b87dc799b800da66380 (diff)
Rework color and fonts to be more pytonish. Add units conversions.
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):