Revert "Implement bug 278, comment 1 - better version of EXTS"
[soc.git] / src / soc / decoder / isa / test_caller.py
index 12db98471e02806cd293c8603f7a2af741536d7a..aa6f23ae90f0fe318d06a99717fc9c48a5780a5c 100644 (file)
@@ -9,7 +9,7 @@ from soc.simulator.program import Program
 from soc.decoder.isa.caller import ISACaller, inject
 from soc.decoder.selectable_int import SelectableInt
 from soc.decoder.orderedset import OrderedSet
-from soc.decoder.isa.all import ISA
+from soc.decoder.isa import ISA
 
 
 class Register: