From 063acd63897da89511e92ea5ea8f63d2ef2057e1 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 16 Apr 2021 06:31:21 -0600 Subject: [PATCH] moved ./py-json/influx.py to ./py-scripts/influx.py and ./py-json/influx2.py to ./py-scripts/influx2.py py-json is communications to lanforge Signed-off-by: Chuck SmileyRekiere --- {py-json => py-scripts}/influx.py | 0 {py-json => py-scripts}/influx2.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {py-json => py-scripts}/influx.py (100%) rename {py-json => py-scripts}/influx2.py (100%) diff --git a/py-json/influx.py b/py-scripts/influx.py similarity index 100% rename from py-json/influx.py rename to py-scripts/influx.py diff --git a/py-json/influx2.py b/py-scripts/influx2.py similarity index 100% rename from py-json/influx2.py rename to py-scripts/influx2.py