more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
committed by Kenneth Toler
parent 34d22d77be
commit 8e0ded67d3
30 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ os.environ['AWS_SHARED_CREDENTIALS_FILE'] = '.env'
# If you want to use a transparent + supports SSL proxy you can put it here # If you want to use a transparent + supports SSL proxy you can put it here
# os.environ['HTTPS_PROXY'] = 'https://127.0.0.1:3128' # os.environ['HTTPS_PROXY'] = 'https://127.0.0.1:3128'
sys.path.append("modules") sys.path.append("modules/aws/")
for module in all_modules: for module in all_modules:
exec("from %s import *" % module) exec("from %s import *" % module)