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/bundle') diff --git a/tests/bundle/Test.activity/testactivity.py b/tests/bundle/Test.activity/testactivity.py index 34cf8b4..ec8032c 100644 --- a/tests/bundle/Test.activity/testactivity.py +++ b/tests/bundle/Test.activity/testactivity.py @@ -1,5 +1,5 @@ from sugar.activity.Activity import Activity class TestActivity(Activity): - def __init__(self): - Activity.__init__(self) + def __init__(self): + Activity.__init__(self) -- cgit v0.9.1