Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-label.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-label.py')
-rwxr-xr-xtests/test-label.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-label.py b/tests/test-label.py
index 2a238a2..6e7b6b2 100755
--- a/tests/test-label.py
+++ b/tests/test-label.py
@@ -22,10 +22,6 @@ from sugar.graphics.toolbar import Toolbar
from sugar.graphics.label import Label
from sugar.graphics.iconbutton import IconButton
-import os
-theme = gtk.icon_theme_get_default()
-theme.prepend_search_path(os.path.join(os.path.dirname(__file__), 'data'))
-
BUTTON_DELETE = 1
window = gtk.Window()