move over to from openpower imports
[soc.git] / src / soc / simple / test / test_issuer.py
index 3170cfbb423f0af62ddd868a6eb9778c281d5893..92a69ae2eb55b6cd544f5d31ce709c3a5292ecca 100644 (file)
@@ -21,8 +21,8 @@ from soc.fu.cr.test.test_pipe_caller import CRTestCase
 # from soc.fu.branch.test.test_pipe_caller import BranchTestCase
 # from soc.fu.spr.test.test_pipe_caller import SPRTestCase
 from soc.fu.ldst.test.test_pipe_caller import LDSTTestCase
-from soc.simulator.test_sim import (GeneralTestCases, AttnTestCase)
-# from soc.simulator.test_helloworld_sim import HelloTestCases
+from openpower.simulator.test_sim import (GeneralTestCases, AttnTestCase)
+# from openpower.simulator.test_helloworld_sim import HelloTestCases
 
 
 if __name__ == "__main__":