updated for pep8 conformity

This commit is contained in:
Jan Laukemann
2017-09-24 16:16:36 +02:00
parent c569316d05
commit 6b9d998403

View File

@@ -1,7 +1,7 @@
#!/apps/python/3.5-anaconda/bin/python
from param import *
from testcase import *
from param import Register, MemAddr, Parameter
from testcase import Testcase
# Choose out of various operands
reg8 = Register('al')