mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
fix imports
This commit is contained in:
@@ -30,10 +30,17 @@ import httplib
|
||||
import base64
|
||||
import jsonschema
|
||||
from jsonschema.exceptions import ValidationError
|
||||
import random
|
||||
import json
|
||||
import storage
|
||||
|
||||
from .util import url_to_host_port
|
||||
from .config import MAX_RPC_LEN, BLOCKSTACK_TEST, BLOCKSTACK_DEBUG, RPC_SERVER_PORT, LENGTHS, RPC_DEFAULT_TIMEOUT
|
||||
|
||||
import virtualchain
|
||||
|
||||
log = virtualchain.get_logger('blockstackd-client')
|
||||
|
||||
# prevent the usual XML attacks
|
||||
xmlrpc.MAX_DATA = MAX_RPC_LEN
|
||||
xmlrpc.monkey_patch()
|
||||
|
||||
Reference in New Issue
Block a user