From 4f08d93458a2b8745f14efb3f7c31b4405eab475 Mon Sep 17 00:00:00 2001 From: Gerry Nelson Date: Wed, 25 Nov 2020 07:40:08 -0500 Subject: [PATCH] update --- importpackages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importpackages.py b/importpackages.py index 4b82fd4..f857c64 100755 --- a/importpackages.py +++ b/importpackages.py @@ -23,7 +23,7 @@ # # Import Python modules import argparse, sys, subprocess, os, json -from sharedfunctions import callrestapi +from sharedfunctions import callrestapi, getapplicationproperties # get cli location from properties propertylist=getapplicationproperties()