[Cvsshell-devel] CVS: cvsshell/src app.py,1.18,1.19
Status: Beta
                
                Brought to you by:
                
                    stefanheimann
                    
                
            | 
      
      
      From: Stefan H. <ste...@us...> - 2003-10-09 17:49:01
      
     | 
| Update of /cvsroot/cvsshell/cvsshell/src
In directory sc8-pr-cvs1:/tmp/cvs-serv4372/src
Modified Files:
	app.py 
Log Message:
??
Index: app.py
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/src/app.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** app.py	15 Apr 2003 13:40:09 -0000	1.18
--- app.py	9 Oct 2003 17:48:56 -0000	1.19
***************
*** 257,260 ****
--- 257,262 ----
          except SystemExit:                  # ignore if from exit()
              pass
+         except KeyboardInterrupt:
+             pass
          except:
              self.printErr('========== Traceback starts here ==========')
 |