Small fix
authorMikael Berthe <mikael@lilotux.net>
Mon, 14 Jul 2008 18:21:16 +0200
changeset 12 5f16a0f3124c
parent 11 5ee5101decd0
child 13 4db51cfb9e15
Small fix
mcevent.py
--- a/mcevent.py	Sat Jun 21 21:35:40 2008 +0200
+++ b/mcevent.py	Mon Jul 14 18:21:16 2008 +0200
@@ -274,7 +274,7 @@
         line = sys.stdin.readline()
     except KeyboardInterrupt:
         print "\nInterrupted!"
-        exit(0)
+        sys.exit(0)
     if not line:
         break