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 StringIO
import csv
import sys
import json
import datetime
import logger
import logging
from Elastic import Elastic
LOG = logging.getLogger(__name__)