Merge "TrivialFix: Remove cfg import unused"

This commit is contained in:
Jenkins 2016-10-09 01:54:49 +00:00 committed by Gerrit Code Review
commit a5915135fc
1 changed files with 1 additions and 2 deletions

View File

@ -26,11 +26,10 @@ import time
from distutils import spawn as distspawn
from functools import wraps
from oslo_config import cfg
from oslo_log import log
from six.moves import configparser
CONF = cfg.CONF
LOG = log.getLogger(__name__)