Fix little typo in server exception class name

This commit is contained in:
Mark McLoughlin 2013-05-10 12:52:21 +01:00
parent e54343ba15
commit ea2e34f37a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from openstack.common.messaging import _utils as utils
_LOG = logging.getLogger(__name__)
class RPCDispatcherError(server.ServerError):
class RPCDispatcherError(server.MessagingServerError):
pass