Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/src/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/src/shell.py')
-rwxr-xr-xshell/src/shell.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/src/shell.py b/shell/src/shell.py
index 880c9c8..5ce526e 100755
--- a/shell/src/shell.py
+++ b/shell/src/shell.py
@@ -300,6 +300,3 @@ def main():
gtk.main()
except KeyboardInterrupt:
pass
-
-if __name__=="__main__":
- main()