mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-02 09:29:40 +00:00
Move import to the top of the file
This commit is contained in:
parent
afa7f7c4fb
commit
4b149cbded
@ -13,6 +13,7 @@ Options:
|
||||
"""
|
||||
|
||||
import cmd
|
||||
import getopt
|
||||
import os
|
||||
import re
|
||||
import shlex
|
||||
@ -44,7 +45,6 @@ class Monitor(cmd.Cmd):
|
||||
self.parseArgs(argv)
|
||||
|
||||
def parseArgs(self, argv):
|
||||
import getopt
|
||||
try:
|
||||
options, args = getopt.getopt(argv[1:], 'hm:l:r:g:',
|
||||
['help', 'mpu=', 'load=', 'rom=', 'goto='])
|
||||
|
Loading…
x
Reference in New Issue
Block a user