Merge "Remove logging leftovers"

This commit is contained in:
Jenkins 2017-03-29 18:49:25 +00:00 committed by Gerrit Code Review
commit edf27e67ce
2 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
import base64
from cryptography import fernet
import hashlib
import logging
from oslo_config import cfg
from oslo_log import log as logging
from vmware_nsx.db import db as nsx_db

View File

@ -13,7 +13,7 @@
# under the License.
import logging
from oslo_log import log as logging
from vmware_nsx.plugins.nsx_v3 import cert_utils
from vmware_nsx.shell.admin.plugins.common import constants