mirror of
https://github.com/mnaberez/py65.git
synced 2024-11-18 00:06:08 +00:00
Use the same conventions as the rest of the file
This commit is contained in:
parent
f06e70703f
commit
8848cb901c
@ -43,9 +43,9 @@ class Monitor(cmd.Cmd):
|
||||
self._update_prompt()
|
||||
self._add_shortcuts()
|
||||
cmd.Cmd.__init__(self, completekey, stdin, stdout)
|
||||
self.parseArgs(argv)
|
||||
self._parse_args(argv)
|
||||
|
||||
def parseArgs(self, argv):
|
||||
def _parse_args(self, argv):
|
||||
try:
|
||||
options, args = getopt.getopt(argv[1:], 'hm:l:r:g:',
|
||||
['help', 'mpu=', 'load=', 'rom=', 'goto='])
|
||||
|
Loading…
Reference in New Issue
Block a user