From b9f9ef0fe9e36cf6e5de59700154b16f2dae15cd Mon Sep 17 00:00:00 2001 From: Justin Gallardo Date: Mon, 04 Dec 2006 19:12:24 +0000 Subject: Changed all tabs to 4 spaces for python style --- (limited to 'tests/test-spread-box.py') 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()) -- cgit v0.9.1