Import sys in deploy.py

This commit is contained in:
Ben Nemec 2016-07-06 13:26:59 -05:00
parent 41770ee9a9
commit 701a42c804
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
import argparse
import os
import random
import sys
import yaml
from heatclient import client as heat_client