diff options
author | cat <cat@eee> | 2010-02-18 15:35:36 -0500 |
---|---|---|
committer | cat <cat@eee> | 2010-02-18 15:35:36 -0500 |
commit | 8bfd23d772027cee9aca72e61469eea3d09c32f4 (patch) | |
tree | d39f0f26458142eef935e026321a695fd48a46b9 /cmd2.py | |
parent | 591e6cab7b6ab1741e4dcc8766cc21998986227d (diff) | |
download | cmd2-hg-8bfd23d772027cee9aca72e61469eea3d09c32f4.tar.gz |
fix quit() in py
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ def replace_with_file_contents(fname): result = get_paste_buffer() return result -class EmbeddedConsoleExit(Exception): +class EmbeddedConsoleExit(SystemExit): pass class EmptyStatement(Exception): |