Remove unused imports. (nw)

This commit is contained in:
Mike Naberezny 2015-01-25 23:17:28 -08:00
parent e44ed5e6aa
commit 3c3e649d72
4 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@
from __future__ import with_statement
import string
import sys
import os

View File

@ -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]")

View File

@ -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; }"

View File

@ -1,8 +1,6 @@
#!/usr/bin/python
import sys
import logging
import fileinput
import re
# Initial state