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

This reverts commit 0be47c82de.
This commit is contained in:
Chuck SmileyRekiere
2021-09-09 05:32:31 -06:00
parent 743b5f56c9
commit 2efbc62842
28 changed files with 107 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
#!env /usr/bin/python
import sys
import signal
import traceback
# Extend this class to use common set of debug and request features for your script
from pprint import pprint
import time
import random
import string
import datetime
@@ -12,6 +14,7 @@ import LANforge.LFUtils
from LANforge.LFUtils import *
from LANforge import LFRequest
import LANforge.LFRequest
import csv
import pandas as pd
import os