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:24:20 -06:00
parent d7e3810867
commit 6b0322cafa
28 changed files with 107 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env python3
from LANforge.lfcli_base import LFCliBase
from LANforge import LFRequest, LFUtils, set_port
from LANforge import LFRequest
from LANforge import LFUtils
from LANforge import set_port
import pprint
from pprint import pprint
import time