diff options
author | W. Trevor King <wking@tremily.us> | 2012-09-03 10:01:32 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-09-03 10:03:00 -0400 |
commit | 98ec99a2be788bdbad1c3fc09e46cca192007eb0 (patch) | |
tree | 33ec8d51f5548807bf55dd6949dde0926e249b3b /libbe/command/serve_storage.py | |
parent | 13e6d6ecfef7ff68fa24c2744e0f6621d6cf3491 (diff) | |
download | bugseverywhere-98ec99a2be788bdbad1c3fc09e46cca192007eb0.tar.gz |
command:serve-storage: rename server_version to BE-storage-server/<VERSION>.
This catches the server version up with:
commit 0336db8d4052a319f1d959a33fc847814551e3f8
Author: W. Trevor King <wking@tremily.us>
Date: Wed Aug 29 23:55:37 2012 -0400
command:serve-storage: rename `be serve` -> `be serve-storage`.
Diffstat (limited to 'libbe/command/serve_storage.py')
-rw-r--r-- | libbe/command/serve_storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py index 966c932..70f8fff 100644 --- a/libbe/command/serve_storage.py +++ b/libbe/command/serve_storage.py @@ -71,7 +71,7 @@ class ServerApp (libbe.util.wsgi.WSGI_AppObject, The GET and HEAD requests are identical except that the HEAD request omits the actual content of the file. """ - server_version = "BE-server/" + libbe.version.version() + server_version = 'BE-storage-server/' + libbe.version.version() def __init__(self, storage=None, notify=False, **kwargs): super(ServerApp, self).__init__( |