move over to from openpower imports
[soc.git] / src / soc / decoder / pseudo / lexer.py
index 43aab336f1e63978f2d0931ffc13472c465f1df0..b420798b17533118a8440e91c077b38f2b68180f 100644 (file)
@@ -10,7 +10,7 @@
 # Modifications for inclusion in PLY distribution
 from copy import copy
 from ply import lex
-from soc.decoder.selectable_int import SelectableInt
+from openpower.decoder.selectable_int import SelectableInt
 
 # I implemented INDENT / DEDENT generation as a post-processing filter