remove extraneous imports

This commit is contained in:
Alex Lo 2015-06-12 00:49:37 -04:00
parent 14f96095bf
commit 4fc275d1c5

View file

@ -90,11 +90,6 @@ EXAMPLES = """
local_action: cloudtrail state=absent name=main region=us-east-1 local_action: cloudtrail state=absent name=main region=us-east-1
""" """
import time
import sys
import os
from collections import Counter
boto_import_failed = False boto_import_failed = False
try: try:
import boto import boto