mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2025-08-15 12:27:38 +00:00
Add missing 'sys.' and remove unused module import.
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user