From 01cbd87929d18cf495d86ea17a00313efad68249 Mon Sep 17 00:00:00 2001 From: Alexandre Antonino Gonçalves Martinazzo Date: Wed, 12 Sep 2007 15:30:53 +0000 Subject: Bug #3320 fixed; Default tab now is 'Tools' MANIFEST file updated Merging with other commits (at svn): - Updated translations files (nathalia.sautchuk) - adding greek name of the activity (nathalia.sautchuk) - adding greek and arabic translations (nathalia.sautchuk) - resize func is changed, work better but pixmaps are confused , Andre knows more about this (pekayatt) - New coments standard with doxygen compatibility (pekayatt) --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3b9166d..791a375 100755 --- a/setup.py +++ b/setup.py @@ -17,6 +17,5 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA from sugar.activity import bundlebuilder - -bundlebuilder.start('Paint') - +if __name__ == "__main__": + bundlebuilder.start('Paint') -- cgit v0.9.1