staging some stuff before I do the print rework

This commit is contained in:
cktricky
2018-04-05 18:27:37 -10:00
parent f92a7c51a3
commit 3b60996fdc

View File

@@ -11,7 +11,7 @@ import argparse
import os import os
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
from botocore.exceptions import ClientError from botocore.exceptions import ClientError
from libs import * #from modules import *
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("-s", "--step", help="list the step you would like to run", parser.add_argument("-s", "--step", help="list the step you would like to run",