Clean up imports.

pull/15/head
Jussi Pakkanen 12 years ago
parent 2f11f964e7
commit 3f435808a6
  1. 3
      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()

Loading…
Cancel
Save