projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb645f8
)
Minor fix to doctest for command.base.get_command(); failure introduced by change...
author
Phil Schumm
<philschumm@gmail.com>
Sat, 30 Jul 2011 17:00:53 +0000
(12:00 -0500)
committer
Phil Schumm
<philschumm@gmail.com>
Sat, 30 Jul 2011 17:00:53 +0000
(12:00 -0500)
libbe/command/base.py
patch
|
blob
|
history
diff --git
a/libbe/command/base.py
b/libbe/command/base.py
index 311791f2eb561a9883baf2a324e366158ae3a590..11835eebe332e8dad074109661fdd92ff65db073 100644
(file)
--- 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("<module 'libbe.command.list' from ")
True
"""