From 149e25699c91e7038b43a7a9835cac86c046e472 Mon Sep 17 00:00:00 2001 From: accayetano Date: Thu, 17 May 2012 19:07:05 +0000 Subject: Initial commit --- (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..ec0f64e --- /dev/null +++ b/setup.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python +from sugar.activity import bundlebuilder +bundlebuilder.start() -- cgit v0.9.1