Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-25 00:32:10 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-25 00:32:10 (GMT)
commit3082ebf9d266a9c11802a1744c99e682001c80e3 (patch)
treeeb610196b199cf9b431a77b0588a9ce825855645 /setup.py
parent4ef0507c237328ada43808559ce98d28c25981f5 (diff)
Save ui state in jobject
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index bcfaaa5..876cd3f 100755
--- a/setup.py
+++ b/setup.py
@@ -17,9 +17,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from sugar.activity import bundlebuilder
-import os
-
-os.system("make")
bundlebuilder.start()