From: Phil Schumm Date: Sat, 30 Jul 2011 17:00:53 +0000 (-0500) Subject: Minor fix to doctest for command.base.get_command(); failure introduced by change... X-Git-Tag: 1.1.0~175^2~12^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3f365422e59403e08a96768c21d09190a7aea2a9;p=be.git Minor fix to doctest for command.base.get_command(); failure introduced by change to command.base.UnknownCommand in commit 0d5c9c68e947617c9d073d5f19351bdd8f3866db --- 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("