Embed pyhocon into package, and extend parsing capabilities.

This commit is contained in:
allegroai
2019-10-25 15:16:18 +03:00
parent 2104c3ec6b
commit 81cf2d2261
10 changed files with 1707 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ from six.moves.urllib.parse import urlparse, urlunparse
import jwt
import requests
import six
from pyhocon import ConfigTree
from ...utilities.pyhocon import ConfigTree
from requests.auth import HTTPBasicAuth
from .callresult import CallResult