From 6ab73a35e3a1873f0c64f66ea236c572faaf9666 Mon Sep 17 00:00:00 2001 From: Alexandre Antonino Gonçalves Martinazzo Date: Mon, 20 Aug 2007 20:13:52 +0000 Subject: New Paint (oficina) version: 5 User can choose side number for regular polygons Fixed bug that denied user to choose shapes for brush and eraser Added rainbow effect (by andremossinato) --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 876cd3f..c273089 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2006, Red Hat, Inc. # @@ -18,5 +18,5 @@ from sugar.activity import bundlebuilder -bundlebuilder.start() +bundlebuilder.start('oficina') -- cgit v0.9.1