diff --git a/runbuilder.py b/runbuilder.py index 1782de6e7..127ff21b2 100755 --- a/runbuilder.py +++ b/runbuilder.py @@ -15,9 +15,8 @@ # limitations under the License. from optparse import OptionParser -import sys, os, stat +import sys, stat import os.path -from argparse import ArgumentError parser = OptionParser()