Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2010-01-12 22:39:38 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2010-01-12 22:39:38 (GMT)
commita99fc98ea0167c69035222bcd8a5c87fdf3eac23 (patch)
tree4ddc4b89c874361ca1f34373c41e0c3182a53ac9
parent2e9cf804382522ce785438c075bc699c32a7fb89 (diff)
Fixed depreciated message in setup.py
-rw-r--r--FileShare.activity/setup.py2
1 files changed, 1 insertions, 1 deletions
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()