Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-08-20 20:13:52 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-08-20 20:13:52 (GMT)
commit6ab73a35e3a1873f0c64f66ea236c572faaf9666 (patch)
tree253414c364b0c2d842c68a9645eddc4fad734e6c /setup.py
parenta6bf2fe2bf357943166ab7cd4f0146669b94c67d (diff)
New Paint (oficina) version: 5v5
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)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
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')