From 123aedf81da06af18fc3f3e0063eebd98aae00d9 Mon Sep 17 00:00:00 2001 From: cktricky Date: Fri, 6 Apr 2018 13:03:15 -1000 Subject: [PATCH] changed back to modules --- weirdAAL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weirdAAL.py b/weirdAAL.py index 691eb30..0887c52 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -11,7 +11,7 @@ import argparse import os from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY from botocore.exceptions import ClientError -from libs import * +from modules import * parser = argparse.ArgumentParser() parser.add_argument("-s", "--step", help="list the step you would like to run",