mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 19:13:37 +08:00
nonrelative imports
This commit is contained in:
@@ -43,18 +43,18 @@ xmlrpc.monkey_patch()
|
||||
import storage
|
||||
import scripts
|
||||
|
||||
from .constants import (
|
||||
from constants import (
|
||||
MAX_RPC_LEN, CONFIG_PATH, BLOCKSTACK_TEST, DEFAULT_TIMEOUT
|
||||
)
|
||||
|
||||
from .logger import get_logger
|
||||
from logger import get_logger
|
||||
|
||||
from .operations import (
|
||||
from operations import (
|
||||
nameop_history_extract, nameop_restore_from_history,
|
||||
nameop_restore_snv_consensus_fields
|
||||
)
|
||||
|
||||
from .schemas import *
|
||||
from schemas import *
|
||||
|
||||
log = get_logger('blockstack-client')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user