From d610e626c0f6085fa27de62a3113ef722a310f85 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 08 Jul 2008 21:11:48 +0000 Subject: Total Reorganization! Now a proper activity (I hope) --- (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..6ed89aa --- /dev/null +++ b/setup.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python +from sugar.activity import bundlebuilder +bundlebuilder.start() + -- cgit v0.9.1