From c5c8bc2229efe0c487adc76be53c3d2c6121b058 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 27 Apr 2017 19:35:36 -0400 Subject: [PATCH] fix up imports --- .../blockstack_integration_tests/atlas_network.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/integration_tests/blockstack_integration_tests/atlas_network.py b/integration_tests/blockstack_integration_tests/atlas_network.py index d5530e6bc..e5b51dfa5 100644 --- a/integration_tests/blockstack_integration_tests/atlas_network.py +++ b/integration_tests/blockstack_integration_tests/atlas_network.py @@ -44,7 +44,10 @@ import virtualchain from SimpleXMLRPCServer import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler -from blockstack_client.config import FIRST_BLOCK_MAINNET, get_logger, url_to_host_port, atlas_inventory_to_string +from blockstack_client.config import FIRST_BLOCK_MAINNET +from blockstack_client.logger import get_logger +from blockstack_client.utils import url_to_host_port, atlas_inventory_to_string + from blockstack_client import BlockstackRPCClient from blockstack import RPC_SERVER_PORT