move comments around for pydocs functionality

This commit is contained in:
carnal0wnage
2018-04-19 23:03:08 -04:00
parent 6428dca3af
commit 6c6359476f
26 changed files with 239 additions and 167 deletions

View File

@@ -1,16 +1,16 @@
import boto3
import botocore
import json
import urllib
import logging
import sys,os
import pprint
'''
IAM functions for WeirdAAL
'''
import boto3
import botocore
import json
import logging
import os
import pprint
import sys
import urllib
pp = pprint.PrettyPrinter(indent=5, width=80)
region = 'us-east-1'