From b7eac8de8c939f3cb950c1dbe3810184e9507798 Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Sun, 24 Aug 2008 23:44:00 +0100 Subject: [PATCH] Forgot to take out debug code Had a temporary hack in for development that doesn't belong in the code. --- bpython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bpython.py b/bpython.py index baed18c..53ec817 100644 --- a/bpython.py +++ b/bpython.py @@ -813,7 +813,6 @@ class Repl( object ): try: inp = self.get_line() except KeyboardInterrupt: - sys.exit() # DELETE ME !!! self.statusbar.message('KeyboardInterrupt') self.scr.addstr('\n') self.scr.touchwin()