project-ize testAPI
[releng.git] / utils / test / result_collection_api / opnfv_testapi / tests / unit / test_dashboard.py
@@ -1,7 +1,7 @@
 import unittest
 
 from test_result import TestResultBase
-from common.constants import HTTP_NOT_FOUND, HTTP_OK
+from opnfv_testapi.common.constants import HTTP_NOT_FOUND, HTTP_OK
 
 __author__ = '__serena__'