neutron/neutron/extensions/empty_string_filtering.py
Hongbin Lu f502bbc2ac Use extension 'empty-string-filtering' from neutron-lib
NeutronLibImpact
Related-Bug: #1749304

Change-Id: Ifb3fc88451c5c348e348b631b37d20e65b7ff486
2018-09-25 15:16:14 +00:00

19 lines
780 B
Python

# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from neutron_lib.api.definitions import empty_string_filtering as apidef
from neutron_lib.api import extensions
class Empty_string_filtering(extensions.APIExtensionDescriptor):
api_definition = apidef