project-ize testAPI
[releng.git] / utils / test / result_collection_api / opnfv_testapi / resources / pod_handlers.py
@@ -1,7 +1,7 @@
-from tornado_swagger_ui.tornado_swagger import swagger
+from opnfv_testapi.tornado_swagger_ui.tornado_swagger import swagger
 from handlers import GenericApiHandler
 from pod_models import Pod
-from common.constants import HTTP_FORBIDDEN
+from opnfv_testapi.common.constants import HTTP_FORBIDDEN
 
 
 class GenericPodHandler(GenericApiHandler):