Simplify import statement

This commit is contained in:
troymc 2016-05-10 10:13:32 +02:00
parent 5d78b8edff
commit 01c19d6f40

View File

@ -18,9 +18,8 @@ import socket
import argparse
import botocore
import boto3
from awscommon import (
get_naeips,
)
from awscommon import get_naeips
# First, ensure they're using Python 2.5-2.7
pyver = sys.version_info