aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/cmdutil.py
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2005-12-21 19:51:48 -0500
committerAaron Bentley <aaron.bentley@utoronto.ca>2005-12-21 19:51:48 -0500
commit2a0112fb5e5a3cb553a3ff0c7347247b2221b03f (patch)
treec903582f4d92c638f19428c2cf388782b9a9cd24 /libbe/cmdutil.py
parent85a937f97c98103c4e1dd0f3de631a5d248e6c03 (diff)
downloadbugseverywhere-2a0112fb5e5a3cb553a3ff0c7347247b2221b03f.tar.gz
got tests passing
Diffstat (limited to 'libbe/cmdutil.py')
-rw-r--r--libbe/cmdutil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/libbe/cmdutil.py b/libbe/cmdutil.py
index 24eab64..ca28cdf 100644
--- a/libbe/cmdutil.py
+++ b/libbe/cmdutil.py
@@ -88,9 +88,6 @@ def get_command(command_name):
>>> get_command("asdf")
Traceback (most recent call last):
- File "<stdin>", line 1, in ?
- File "/home/abentley/be/libbe/cmdutil.py", line 60, in get_command
- raise UserError("Unknown command %s" % command_name)
UserError: Unknown command asdf
>>> repr(get_command("list")).startswith("<module 'becommands.list' from ")
True