From: Aaron Bentley Date: Thu, 22 Dec 2005 00:51:48 +0000 (-0500) Subject: got tests passing X-Git-Tag: 1.0.0~247 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a0112fb5e5a3cb553a3ff0c7347247b2221b03f;p=be.git got tests passing --- 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 "", 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("