From 2a0112fb5e5a3cb553a3ff0c7347247b2221b03f Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Wed, 21 Dec 2005 19:51:48 -0500 Subject: got tests passing --- libbe/cmdutil.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbe/cmdutil.py') 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("