]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update Oslo rpc
authorZhongyue Luo <zhongyue.nah@intel.com>
Tue, 22 Jan 2013 02:28:03 +0000 (10:28 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Tue, 22 Jan 2013 02:28:03 +0000 (10:28 +0800)
Updated the rpc module for import order fix

Change-Id: I09332425827778672dc232b15ebefd9f9a6dd34a

quantum/openstack/common/rpc/impl_zmq.py

index afa0bc8e1cdf510d4b48d4fb0ebf38a0769e569b..a3e488863409c5fac574ad08f33c9b9c75098d97 100644 (file)
@@ -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