Merge "Python3: Fix Remaining issues of python3 compatibility in bin directory"

This commit is contained in:
Jenkins
2015-10-08 08:41:34 +00:00
committed by Gerrit Code Review
5 changed files with 12 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
# limitations under the License.
from collections import defaultdict
from ConfigParser import ConfigParser
from six.moves.configparser import ConfigParser
from optparse import OptionParser
from sys import exit, stdout, stderr
from time import time