From ea848af412bc7168b92f9e47fb1d9973515d3acd Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Sat, 11 Oct 2008 21:43:59 +0000 Subject: Release version 5. --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index ed7e7c6..77fda74 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ #!/usr/bin/env python from sugar.activity import bundlebuilder if __name__ == "__main__": - bundlebuilder.start("Colors") + bundlebuilder.start() -- cgit v0.9.1