From 0336db8d4052a319f1d959a33fc847814551e3f8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 29 Aug 2012 23:55:37 -0400 Subject: command:serve-storage: rename `be serve` -> `be serve-storage`. This will help avoid confusion between be serve-storage and be serve-commands --- libbe/util/wsgi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbe/util') 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 -- cgit