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/command/serve_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbe/command/serve_commands.py') diff --git a/libbe/command/serve_commands.py b/libbe/command/serve_commands.py index 75d9c7a..d8598e2 100644 --- a/libbe/command/serve_commands.py +++ b/libbe/command/serve_commands.py @@ -144,7 +144,7 @@ class ServerApp (libbe.util.wsgi.WSGI_AppObject, libbe.util.subproc.invoke(self.notify, stdin=message, shell=True) -class Serve_Commands (libbe.util.wsgi.ServerCommand): +class ServeCommands (libbe.util.wsgi.ServerCommand): """Serve commands over HTTP. This allows you to run local `be` commands interfacing with remote @@ -181,7 +181,7 @@ for example:: # alias for libbe.command.base.get_command_class() -Serve_commands = Serve_Commands +Serve_commands = ServeCommands if libbe.TESTING: -- cgit