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,10 +1,15 @@
#!/usr/bin/env python3
import re
import time
import pprint
import csv
import datetime
import random
import string
import pprint
from pprint import pprint
#from LANforge.lfcriteria import LFCriteria
class BaseProfile:
def __init__(self, local_realm, debug=False):