diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-18 14:46:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-18 14:46:26 +0000 |
| commit | 883701348902529fd2b814664dc3eb58b15de6ff (patch) | |
| tree | c7c99ec0d296583700fd4d25cf309b3230238a1c /tests/unit/test_jsonutils.py | |
| parent | 602aa9ca3a0aa160f3a803432f3fd4a6d529ac69 (diff) | |
| parent | 96b62fbaec43f324a244102f6e2682d1cf532ba0 (diff) | |
Merge "Fixes import order errors"
Diffstat (limited to 'tests/unit/test_jsonutils.py')
| -rw-r--r-- | tests/unit/test_jsonutils.py | 2 |
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 |
