From 04cf2ccfcb40a3d888163e007900671d70eb10af Mon Sep 17 00:00:00 2001 From: Aneesh Dogra Date: Sat, 01 Dec 2012 14:40:06 +0000 Subject: Fix the bundle_name warning. --- diff --git a/setup.py b/setup.py index 7f4c5a7..76efd0e 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("TheorieActivity") + bundlebuilder.start() -- cgit v0.9.1