From 0ad33264095bae73640acd0377233214a331f726 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Tue, 22 Jan 2013 10:28:03 +0800 Subject: [PATCH] Update Oslo rpc Updated the rpc module for import order fix Change-Id: I09332425827778672dc232b15ebefd9f9a6dd34a --- quantum/openstack/common/rpc/impl_zmq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/openstack/common/rpc/impl_zmq.py b/quantum/openstack/common/rpc/impl_zmq.py index afa0bc8e1c..a3e4888634 100644 --- a/quantum/openstack/common/rpc/impl_zmq.py +++ b/quantum/openstack/common/rpc/impl_zmq.py @@ -14,8 +14,8 @@ # License for the specific language governing permissions and limitations # under the License. -import pprint import os +import pprint import socket import string import sys