From 98ec99a2be788bdbad1c3fc09e46cca192007eb0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 3 Sep 2012 10:01:32 -0400 Subject: command:serve-storage: rename server_version to BE-storage-server/. This catches the server version up with: commit 0336db8d4052a319f1d959a33fc847814551e3f8 Author: W. Trevor King Date: Wed Aug 29 23:55:37 2012 -0400 command:serve-storage: rename `be serve` -> `be serve-storage`. --- libbe/command/serve_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__( -- cgit