projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35597d
)
catalyst/arch/m68k.py: fix missed import cleanup during move/rebase.
author
Brian Dolbec
<dolsen@gentoo.org>
Sun, 2 Mar 2014 16:13:43 +0000
(08:13 -0800)
committer
Brian Dolbec
<dolsen@gentoo.org>
Sun, 2 Mar 2014 16:14:51 +0000
(08:14 -0800)
catalyst/arch/m68k.py
patch
|
blob
|
history
diff --git
a/catalyst/arch/m68k.py
b/catalyst/arch/m68k.py
index 37b26a4af9377b70d7b0f2e6255e3de30d1520d5..c9f194b478ba9571df984242781d460703b68017 100644
(file)
--- a/
catalyst/arch/m68k.py
+++ b/
catalyst/arch/m68k.py
@@
-1,6
+1,5
@@
-import builder,os
-from catalyst_support import *
+from catalyst import builder
class generic_m68k(builder.generic):
"abstract base class for all m68k builders"