From 976fe1776b40032b1e6533bd4468041f672e5be1 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Sat, 14 Mar 2015 14:30:40 -0700 Subject: [PATCH] Import sys module This module is required by the _is_image_data_provided function. Change-Id: I78265209a2f80aaf61bbe25d69e79c939182516c Closes-Bug: 1432249 --- glanceclient/v1/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py index 92bdd014..bc689da0 100644 --- a/glanceclient/v1/shell.py +++ b/glanceclient/v1/shell.py @@ -19,6 +19,7 @@ import copy import functools import os import six +import sys from oslo_utils import encodeutils from oslo_utils import strutils