project-ize testAPI
[releng.git] / utils / test / result_collection_api / opnfv_testapi / resources / result_handlers.py
@@ -3,10 +3,10 @@ from datetime import datetime, timedelta
 from bson.objectid import ObjectId
 from tornado.web import HTTPError
 
-from common.constants import HTTP_BAD_REQUEST, HTTP_NOT_FOUND
-from resources.handlers import GenericApiHandler
-from resources.result_models import TestResult
-from tornado_swagger_ui.tornado_swagger import swagger
+from opnfv_testapi.common.constants import HTTP_BAD_REQUEST, HTTP_NOT_FOUND
+from opnfv_testapi.resources.handlers import GenericApiHandler
+from opnfv_testapi.resources.result_models import TestResult
+from opnfv_testapi.tornado_swagger_ui.tornado_swagger import swagger
 
 
 class GenericResultHandler(GenericApiHandler):