From 6afdf50013c25bbf8ed0ad5ef7c789590a28046a Mon Sep 17 00:00:00 2001 From: Ed Stoner Date: Tue, 09 Oct 2007 13:05:19 +0000 Subject: Initial import --- (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..6ea61a6 --- /dev/null +++ b/setup.py @@ -0,0 +1,3 @@ +#!/usr/bin/python +from sugar.activity import bundlebuilder +bundlebuilder.start() -- cgit v0.9.1