diff --git a/sym_api_client_python/configure/configure.py b/sym_api_client_python/configure/configure.py index 6b6f25d0..49171291 100644 --- a/sym_api_client_python/configure/configure.py +++ b/sym_api_client_python/configure/configure.py @@ -1,7 +1,8 @@ import json import requests import sys -from crypt.crypt import Crypt +from configure.crypt import Crypt +# from ..crypt.crypt import Crypt class Config(): #initialize object by passing in config file diff --git a/sym_api_client_python/crypt/crypt.py b/sym_api_client_python/configure/crypt.py similarity index 100% rename from sym_api_client_python/crypt/crypt.py rename to sym_api_client_python/configure/crypt.py diff --git a/sym_api_client_python/crypt/__init__.py b/sym_api_client_python/crypt/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/sym_api_client_python/logs/example.log b/sym_api_client_python/logs/example.log index e3d0f34a..ce35bf25 100644 --- a/sym_api_client_python/logs/example.log +++ b/sym_api_client_python/logs/example.log @@ -1,4 +1,3 @@ -2018-07-24 16:53:15,434 - root - DEBUG - Auth/authenticate() --> needed to authenticate -2018-07-24 16:53:15,434 - root - DEBUG - Auth/get_session_token() -2018-07-24 16:53:16,189 - root - DEBUG - Auth/get_keyauth() -2018-07-24 16:53:17,371 - root - DEBUG - DataFeedClient/createDatafeed() +2018-07-24 17:53:30,105 - root - DEBUG - Auth/authenticate() --> needed to authenticate +2018-07-24 17:53:30,106 - root - DEBUG - Auth/get_session_token() +2018-07-24 17:53:30,904 - root - DEBUG - Auth/get_keyauth()