Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-04-27 19:01:42 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-04-27 19:01:42 (GMT)
commit81f45f1447bc9fcc2f686668a44bd022d0de374e (patch)
tree4452e91102026aebb8bf25441a37bcd5e61eaaf1 /shell
parent38c5e5847bf22f0845cdd9ce3ba9ea2d588c7967 (diff)
merge to tip of tree
Diffstat (limited to 'shell')
-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()