diff options
author | Marko Kreen | 2010-12-08 14:37:28 +0000 |
---|---|---|
committer | Marko Kreen | 2010-12-08 14:37:28 +0000 |
commit | a8b1420a0c234621f4dc55d8a9b50fa4b6f2220e (patch) | |
tree | 317b2b88bb085cd1e0091d3a74f4680c082af408 /python/qadmin.py | |
parent | 4539f1d0034e4f472a599fff255dacbe274e7d7b (diff) |
qadmin: remove exception test
Diffstat (limited to 'python/qadmin.py')
-rwxr-xr-x | python/qadmin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qadmin.py b/python/qadmin.py index ed9d7fc2..a777a4ca 100755 --- a/python/qadmin.py +++ b/python/qadmin.py @@ -864,7 +864,6 @@ class AdminConsole: try: ln = self.line_input() self.exec_string(ln) - raise Exception('exctest') except KeyboardInterrupt: print except EOFError: |