Merge "Fix import"

This commit is contained in:
Jenkins 2016-08-31 17:12:27 +00:00 committed by Gerrit Code Review
commit df0c80fc94

View File

@ -19,10 +19,9 @@ from rally.common import sshutils
import time import time
import StringIO import StringIO
import csv import csv
import sys
import json import json
import datetime import datetime
import logger import logging
from Elastic import Elastic from Elastic import Elastic
LOG = logging.getLogger(__name__) LOG = logging.getLogger(__name__)