mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Revert "Update py_json files to be compatible with pip standards"
This reverts commit 0be47c82de.
This commit is contained in:
@@ -14,6 +14,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user