From 155101cbe7c15c8871735088e1d40ba1fa429b67 Mon Sep 17 00:00:00 2001 From: Gerry Nelson Date: Tue, 24 Nov 2020 14:08:29 -0500 Subject: [PATCH] fix --- testfolderaccess.py | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/testfolderaccess.py b/testfolderaccess.py index ea07921..2464fee 100755 --- a/testfolderaccess.py +++ b/testfolderaccess.py @@ -24,6 +24,17 @@ # limitations under the License. # + +# Import Python modules + +import argparse +import subprocess +import json +import sys + +from sharedfunctions import getfolderid,callrestapi,getapplicationproperties + + # get python version version=int(str(sys.version_info[0])) @@ -37,15 +48,6 @@ clicommand=os.path.join(clidir,cliexe) debug=False -# Import Python modules - -import argparse -import subprocess -import json -import sys - -from sharedfunctions import getfolderid,callrestapi,getapplicationproperties - # Define exception handler so that we only output trace info from errors when in debug mode def exception_handler(exception_type, exception, traceback, debug_hook=sys.excepthook): if debug: