From 3f365422e59403e08a96768c21d09190a7aea2a9 Mon Sep 17 00:00:00 2001 From: Phil Schumm Date: Sat, 30 Jul 2011 12:00:53 -0500 Subject: [PATCH] Minor fix to doctest for command.base.get_command(); failure introduced by change to command.base.UnknownCommand in commit 0d5c9c68e947617c9d073d5f19351bdd8f3866db --- libbe/command/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libbe/command/base.py b/libbe/command/base.py index 311791f..11835ee 100644 --- a/libbe/command/base.py +++ b/libbe/command/base.py @@ -73,6 +73,7 @@ def get_command(command_name): ... except UnknownCommand, e: ... print e Unknown command 'asdf' + (No module named asdf) >>> repr(get_command('list')).startswith("