diff options
author | W. Trevor King <wking@tremily.us> | 2012-08-29 23:55:37 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-08-29 23:55:37 -0400 |
commit | 0336db8d4052a319f1d959a33fc847814551e3f8 (patch) | |
tree | 706d9f132199c3feb1621a2e324215ae9a2b535a /libbe/util/wsgi.py | |
parent | 4db1a045a0606bead191a563abc54dfa8352efe0 (diff) | |
download | bugseverywhere-0336db8d4052a319f1d959a33fc847814551e3f8.tar.gz |
command:serve-storage: rename `be serve` -> `be serve-storage`.
This will help avoid confusion between
be serve-storage
and
be serve-commands
Diffstat (limited to 'libbe/util/wsgi.py')
-rw-r--r-- | libbe/util/wsgi.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbe/util/wsgi.py b/libbe/util/wsgi.py index e649bac..9887830 100644 --- a/libbe/util/wsgi.py +++ b/libbe/util/wsgi.py @@ -4,7 +4,8 @@ See Also -------- -:py:mod:`libbe.command.serve` and :py:mod:`libbe.command.serve_commands`. +:py:mod:`libbe.command.serve_storage` and +:py:mod:`libbe.command.serve_commands`. """ import hashlib |