Merge "Pecan: remove deprecated warning"

This commit is contained in:
Jenkins 2016-01-27 20:57:55 +00:00 committed by Gerrit Code Review
commit 0d443bb787
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ from oslo_utils import importutils
from pecan import request
from pecan import response
from neutron._i18n import _
from neutron.api.v2 import attributes
from neutron.common import constants
from neutron.common import exceptions as n_exc