fix import argparse for cliff 2.8.0

Change-Id: I0f25d54c06395b8853e3420662c1eff44e883fcb
This commit is contained in:
Eyal 2017-07-11 15:34:41 +03:00
parent 3d2c0c0c00
commit bedb2d3fee

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from cliff import argparse import argparse
from cliff import show from cliff import show
from vitrageclient.common import exc from vitrageclient.common import exc
from vitrageclient.common import utils from vitrageclient.common import utils