osdf rearchitecture into apps and libs
[optf/osdf.git] / apps / pci / models / api / pciOptimizationRequest.py
similarity index 97%
rename from osdf/models/api/pciOptimizationRequest.py
rename to apps/pci/models/api/pciOptimizationRequest.py
index f5ec6b7..02b67a2 100644 (file)
@@ -19,7 +19,7 @@
 from schematics.types import BaseType, StringType, URLType, IntType
 from schematics.types.compound import ModelType, ListType, DictType
 
-from .common import OSDFModel
+from osdf.models.api.common import OSDFModel
 
 
 class RequestInfo(OSDFModel):