summaryrefslogtreecommitdiff
path: root/pycadf/cadftype.py
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-10-20 11:06:31 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-10-20 14:53:13 -0400
commit7f3d7d418df1e69ba29d5792b43a188ff16cae36 (patch)
tree8c2a3f7d2aa2bbb161a51f8b50bddd2c446a63d8 /pycadf/cadftype.py
parent8819865131de03218fe29cb77f8da824f83010f1 (diff)
downloadpycadf-7f3d7d418df1e69ba29d5792b43a188ff16cae36.tar.gz
Use oslo.serialization
Move to olso.serialization and update requirements and common.conf appropriately. Change-Id: If1abff0e8cf7c24a451c8d758e99bf143aa7a59f
Diffstat (limited to 'pycadf/cadftype.py')
-rw-r--r--pycadf/cadftype.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pycadf/cadftype.py b/pycadf/cadftype.py
index 68f89b2..87de7da 100644
--- a/pycadf/cadftype.py
+++ b/pycadf/cadftype.py
@@ -14,10 +14,9 @@
import abc
+from oslo.serialization import jsonutils
import six
-from pycadf.openstack.common import jsonutils
-
CADF_SCHEMA_1_0_0 = 'cadf:'
CADF_VERSION_1_0_0 = 'http://schemas.dmtf.org/cloud/audit/1.0/'