diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-12-21 19:51:48 -0500 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2005-12-21 19:51:48 -0500 |
commit | 2a0112fb5e5a3cb553a3ff0c7347247b2221b03f (patch) | |
tree | c903582f4d92c638f19428c2cf388782b9a9cd24 /libbe | |
parent | 85a937f97c98103c4e1dd0f3de631a5d248e6c03 (diff) | |
download | bugseverywhere-2a0112fb5e5a3cb553a3ff0c7347247b2221b03f.tar.gz |
got tests passing
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/cmdutil.py | 3 |
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 |