Revert "Revert "Update py_json files to be compatible with pip standards""

This reverts commit 6b0322cafa.
This commit is contained in:
Chuck SmileyRekiere
2021-09-09 05:28:17 -06:00
parent 6b0322cafa
commit 8e9909f2d0
28 changed files with 8 additions and 107 deletions

View File

@@ -14,10 +14,6 @@ if sys.version_info[0] != 3:
exit(1)
if 'py-json' not in sys.path:
sys.path.append(os.path.join(os.path.abspath('..'), 'py-json'))
import requests
import json
import influxdb_client