Merge "Import neutron.db.api module in common.utils"

This commit is contained in:
Zuul 2018-11-20 04:42:41 +00:00 committed by Gerrit Code Review
commit 5014cfa2e6
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import six
import neutron
from neutron._i18n import _
from neutron.api import api_common
from neutron.db import api # noqa
TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
LOG = logging.getLogger(__name__)