summaryrefslogtreecommitdiff
path: root/glanceclient/v1
diff options
context:
space:
mode:
authorJimmy McCrory <jmccrory@walmartlabs.com>2015-03-14 14:30:40 -0700
committerJimmy McCrory <jmccrory@walmartlabs.com>2015-03-14 14:32:40 -0700
commit976fe1776b40032b1e6533bd4468041f672e5be1 (patch)
tree74959b4476e1a965a43d1e50df7a12ff52039887 /glanceclient/v1
parentcc4c402f099304e2657347a5e33745de884157c3 (diff)
downloadpython-glanceclient-976fe1776b40032b1e6533bd4468041f672e5be1.tar.gz
Import sys module
This module is required by the _is_image_data_provided function. Change-Id: I78265209a2f80aaf61bbe25d69e79c939182516c Closes-Bug: 1432249
Diffstat (limited to 'glanceclient/v1')
-rw-r--r--glanceclient/v1/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index 92bdd01..bc689da 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