added namespace and preserved order of parameters to be consistent with function declaration

This commit is contained in:
Lance Hasson 2016-06-14 16:16:56 -07:00
parent 9b8164b201
commit ef18ed3248

View File

@ -293,8 +293,9 @@ def ConnectNoSSL(host='localhost', port=443, user='root', pwd='',
pwd=pwd, pwd=pwd,
service=service, service=service,
adapter=adapter, adapter=adapter,
version=version, namespace=namespace,
path=path, path=path,
version=version,
keyFile=keyFile, keyFile=keyFile,
certFile=certFile, certFile=certFile,
thumbprint=thumbprint, thumbprint=thumbprint,