move over to from openpower imports
[soc.git] / src / soc / fu / div / test / test_pipe_caller.py
index c636a068ddc079b786e425f1480cedeed27b2fdc..30dc414c70bb74cfd6e69a5aac2bb6f37b1d03e7 100644 (file)
@@ -1,6 +1,6 @@
 import random
 import unittest
-from soc.simulator.program import Program
+from openpower.simulator.program import Program
 from soc.config.endian import bigendian
 
 from soc.fu.test.common import (TestCase, TestAccumulatorBase, skip_case)