From a99fc98ea0167c69035222bcd8a5c87fdf3eac23 Mon Sep 17 00:00:00 2001 From: Justin Lewis Date: Tue, 12 Jan 2010 22:39:38 +0000 Subject: Fixed depreciated message in setup.py --- diff --git a/FileShare.activity/setup.py b/FileShare.activity/setup.py index e2edff6..513b284 100644 --- a/FileShare.activity/setup.py +++ b/FileShare.activity/setup.py @@ -1,4 +1,4 @@ from sugar.activity import bundlebuilder if __name__ == "__main__": ##checks whether the class is started as main; not absolutely necessary - bundlebuilder.start('FileShare') + bundlebuilder.start() -- cgit v0.9.1