nonrelative imports

This commit is contained in:
Jude Nelson
2017-07-06 18:56:32 -04:00
parent 3c00c60ed8
commit 2dae62c1f3

View File

@@ -29,8 +29,8 @@ import hashlib
import threading
import traceback
from .constants import DEFAULT_BLOCKSTACKD_PORT
from .logger import get_logger
from constants import DEFAULT_BLOCKSTACKD_PORT
from logger import get_logger
log = get_logger('blockstack-client')