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, 3 insertions, 0 deletions
diff --git a/shell/src/shell.py b/shell/src/shell.py
index 5ce526e..880c9c8 100755
--- a/shell/src/shell.py
+++ b/shell/src/shell.py
@@ -300,3 +300,6 @@ def main():
gtk.main()
except KeyboardInterrupt:
pass
+
+if __name__=="__main__":
+ main()