summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-01-18 14:10:05 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-01-18 14:10:05 +0800
commit6c0493d95d472675bc42ff5c8c75153fadb6144a (patch)
treeb6f726e07248f9afab9f918e9e04546b02c90317
parent42d5bb541772c1e9885a5257da8f0cc1e11f5f24 (diff)
downloadoslo-serialization-6c0493d95d472675bc42ff5c8c75153fadb6144a.tar.gz
Fixes import order errors
Change-Id: I3e35230dd2d96ab9f5a8c11b9ec1cd8d2d00e347
-rw-r--r--tests/unit/test_jsonutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_jsonutils.py b/tests/unit/test_jsonutils.py
index 46b5b36..cc8d26a 100644
--- a/tests/unit/test_jsonutils.py
+++ b/tests/unit/test_jsonutils.py
@@ -16,9 +16,9 @@
# under the License.
import datetime
+import StringIO
import unittest
import xmlrpclib
-import StringIO
from openstack.common import jsonutils