Merge "resource2 is depracted, use resource"

This commit is contained in:
Zuul 2018-02-14 12:06:33 +00:00 committed by Gerrit Code Review
commit bda748b149
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"""Project Plugin mapping action implementations"""
from openstack.network import network_service
from openstack import resource2 as resource
from openstack import resource
from openstackclient.i18n import _
from osc_lib.command import command
from osc_lib import utils