From b51a46a40a88a681e16c4b4ccc23ec154d0d279c Mon Sep 17 00:00:00 2001 From: Sayamindu Dasgupta Date: Mon, 29 Sep 2008 15:33:06 +0000 Subject: Initial commit --- (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..e8d870b --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +from sugar.activity import bundlebuilder + +bundlebuilder.start() + -- cgit v0.9.1