1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-30 13:42:00 +02:00

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