summaryrefslogtreecommitdiffstats
path: root/openstack/common
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-01-16 11:33:23 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-01-16 11:33:53 +0800
commit848b1cf1fa03572dbe1e96907a0a5547b3cc6bef (patch)
tree3cfefc1563864907280761e6abc46bf0a9fe0a1e /openstack/common
parent3eb1c8736186012f62b008b8e823942f345f70aa (diff)
downloadoslo-848b1cf1fa03572dbe1e96907a0a5547b3cc6bef.tar.gz
oslo-848b1cf1fa03572dbe1e96907a0a5547b3cc6bef.tar.xz
oslo-848b1cf1fa03572dbe1e96907a0a5547b3cc6bef.zip
Fixes an import order nit
Change-Id: Ic47deb67c5dad123c8937e3468d798eefe045280
Diffstat (limited to 'openstack/common')
-rw-r--r--openstack/common/rpc/impl_zmq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/impl_zmq.py b/openstack/common/rpc/impl_zmq.py
index d12fd86..ee313eb 100644
--- a/openstack/common/rpc/impl_zmq.py
+++ b/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