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`.
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__(