diff cmd2.py @ 368:0816cdb5a7db

fix quit() in py
author cat@eee
date Thu, 18 Feb 2010 15:35:36 -0500
parents 4530fc11d743
children bc4b956d57b6
line wrap: on
line diff
--- a/cmd2.py	Thu Feb 18 15:15:29 2010 -0500
+++ b/cmd2.py	Thu Feb 18 15:35:36 2010 -0500
@@ -347,7 +347,7 @@
         result = get_paste_buffer()
     return result      
 
-class EmbeddedConsoleExit(Exception):
+class EmbeddedConsoleExit(SystemExit):
     pass
 
 class EmptyStatement(Exception):