Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/shell/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/shell/shell.py')
-rwxr-xr-xsugar/shell/shell.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/sugar/shell/shell.py b/sugar/shell/shell.py
index 0dd3ea9..a72a864 100755
--- a/sugar/shell/shell.py
+++ b/sugar/shell/shell.py
@@ -294,8 +294,3 @@ def main():
activityContainer = ActivityContainer(service, session_bus)
activityContainer.show()
-
- gtk.main()
-
-if __name__ == "__main__":
- main()