#!/build/toolchain/lin64/python-3.5.1-openssl1.0.2/bin/python ######################################################################## # Copyright (C) 2019 VMWare, Inc. # All Rights Reserved ######################################################################## import os import sys # Add epkCommon to the path and use it load shared libs sys.path.append(os.path.join(os.path.dirname(os.path.dirname( os.path.realpath(os.path.abspath(__file__)))), 'epkLib')) from epkCommon import LoadSharedLibs LoadSharedLibs() import vibauthorImpl vibauthorImpl.main()