aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-rw-r--r--libbe/command/base.py1
1 files changed, 1 insertions, 0 deletions
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("<module 'libbe.command.list' from ")
True
"""