Import sys module

This module is required by the _is_image_data_provided function.

Change-Id: I78265209a2f80aaf61bbe25d69e79c939182516c
Closes-Bug: 1432249
This commit is contained in:
Jimmy McCrory 2015-03-14 14:30:40 -07:00
parent cc4c402f09
commit 976fe1776b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import copy
import functools
import os
import six
import sys
from oslo_utils import encodeutils
from oslo_utils import strutils