projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71579e9
)
Fixed minor doctest failure in cmdutil.py
author
W. Trevor King
<wking@drexel.edu>
Sat, 11 Jul 2009 10:46:49 +0000
(06:46 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 11 Jul 2009 10:46:49 +0000
(06:46 -0400)
libbe/cmdutil.py
patch
|
blob
|
history
diff --git
a/libbe/cmdutil.py
b/libbe/cmdutil.py
index ada0423faee9fe2c7198f85402b4a40a81ebc98c..e56cdeacea2eadcf1a36fc81c8ad3050611e111a 100644
(file)
--- a/
libbe/cmdutil.py
+++ b/
libbe/cmdutil.py
@@
-60,7
+60,7
@@
def get_command(command_name):
... get_command("asdf")
... except UnknownCommand, e:
... print e
- Unknown command
asdf
+ Unknown command
'asdf'
>>> repr(get_command("list")).startswith("<module 'becommands.list' from ")
True
"""