Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-spread-box.py
diff options
context:
space:
mode:
authorJustin Gallardo <jirwin@suzy.(none)>2006-12-04 19:12:24 (GMT)
committer Justin Gallardo <jirwin@suzy.(none)>2006-12-04 19:12:24 (GMT)
commitb9f9ef0fe9e36cf6e5de59700154b16f2dae15cd (patch)
tree3d5403ec73e993a78c5e92f8b14a5b86e8b6ae60 /tests/test-spread-box.py
parentf5ae0662482de14f9d3812ddc4aba9be61024887 (diff)
Changed all tabs to 4 spaces for python style
Diffstat (limited to 'tests/test-spread-box.py')
-rwxr-xr-xtests/test-spread-box.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-spread-box.py b/tests/test-spread-box.py
index a5da735..0f138cc 100755
--- a/tests/test-spread-box.py
+++ b/tests/test-spread-box.py
@@ -31,13 +31,13 @@ from sugar.graphics.iconcolor import IconColor
from sugar.graphics.canvasicon import CanvasIcon
def _create_icon():
- color = IconColor()
+ color = IconColor()
- icon = CanvasIcon(size=100, color=color,
- icon_name='stock-buddy')
- box.add_item(icon)
+ icon = CanvasIcon(size=100, color=color,
+ icon_name='stock-buddy')
+ box.add_item(icon)
- return (len(box.get_children()) < 20)
+ return (len(box.get_children()) < 20)
window = gtk.Window()
window.connect("destroy", lambda w: gtk.main_quit())