mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Remove unused imports. (nw)
This commit is contained in:
parent
e44ed5e6aa
commit
3c3e649d72
@ -2,7 +2,6 @@
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import string
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
@ -2660,7 +2660,6 @@ def _main(argv):
|
||||
|
||||
# Parse command line arguments
|
||||
from optparse import OptionParser
|
||||
import re
|
||||
version = '%prog ' + __version__
|
||||
parser = OptionParser(version=version)
|
||||
parser.set_usage("%prog [options] [imagefile]")
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
import re
|
||||
|
||||
def EmitGroup04_Handle_NZ_Flags(f, funcname, opname):
|
||||
print >>f, " if (result & 0x80000000) { STATUS32_SET_N; }"
|
||||
|
@ -1,8 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import sys
|
||||
import logging
|
||||
import fileinput
|
||||
import re
|
||||
|
||||
# Initial state
|
||||
|
Loading…
Reference in New Issue
Block a user