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,
service=service,
adapter=adapter,
version=version,
namespace=namespace,
path=path,
version=version,
keyFile=keyFile,
certFile=certFile,
thumbprint=thumbprint,