mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-11-05 02:04:43 +00:00
Add missing 'sys.' and remove unused module import.
This commit is contained in:
parent
4ad16be245
commit
0b020a827b
@ -11,7 +11,6 @@
|
||||
import sys
|
||||
|
||||
import Ophis.IR as IR
|
||||
import Ophis.CmdLine as Cmd
|
||||
import Ophis.Errors as Err
|
||||
|
||||
macros = {}
|
||||
|
@ -142,7 +142,7 @@ def dump_map(m, prologue=''):
|
||||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) > 1:
|
||||
chipsets = argv[1:]
|
||||
chipsets = sys.argv[1:]
|
||||
else:
|
||||
chipsets = ['chipsets.txt']
|
||||
archs = []
|
||||
|
Loading…
Reference in New Issue
Block a user