glance/glance/api/v2/model
Roman Vasilets d25fa06db6 metadef modules should only use - from wsme.rest import json
Several metadef module routines use:
from wsme.rest.json import fromjson
from wsme.rest.json import tojson

To follow the import rules at http://docs.openstack.org/developer/hacking/
(only import modules), these should be replaced with:
from wsme.rest import json

Change-Id: Idc496c8753d93a3d39f0c9cbbb31205948eeb081
Closes-bug: 1392485
2014-11-15 11:10:30 +02:00
..
__init__.py Glance Metadata Definitions Catalog - API 2014-08-30 15:48:33 +02:00
metadef_namespace.py metadef modules should only use - from wsme.rest import json 2014-11-15 11:10:30 +02:00
metadef_object.py Switch to oslo.utils 2014-10-07 14:55:57 +02:00
metadef_property_item_type.py Glance Metadata Definitions Catalog - API 2014-08-30 15:48:33 +02:00
metadef_property_type.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
metadef_resource_type.py Switch to oslo.utils 2014-10-07 14:55:57 +02:00