summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc/common.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-05-15 09:57:36 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-05-15 09:58:15 +0800
commit926b3e98d63e0a093ff90c0e215446a33fa69c95 (patch)
tree0f8e19370e67bf39f095d01e1b6cb84992d5053b /tests/unit/rpc/common.py
parente585ef4871a001c3b3393e35017f24fcf44a523e (diff)
downloadoslo-926b3e98d63e0a093ff90c0e215446a33fa69c95.tar.gz
oslo-926b3e98d63e0a093ff90c0e215446a33fa69c95.tar.xz
oslo-926b3e98d63e0a093ff90c0e215446a33fa69c95.zip
Fixes import order nits
Change-Id: I4fdc8eed74dd90d6450864daba7492d5e7266448
Diffstat (limited to 'tests/unit/rpc/common.py')
-rw-r--r--tests/unit/rpc/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/rpc/common.py b/tests/unit/rpc/common.py
index c4362b2..32f2a9b 100644
--- a/tests/unit/rpc/common.py
+++ b/tests/unit/rpc/common.py
@@ -19,9 +19,9 @@
Unit Tests for remote procedure calls shared between all implementations
"""
+import datetime
import logging
import time
-import datetime
import eventlet
from oslo.config import cfg