|
|
|
@ -21,6 +21,7 @@ from lib.util import (
|
|
|
|
generate_pip_command,
|
|
|
|
generate_pip_command,
|
|
|
|
read_lines_without_comments,
|
|
|
|
read_lines_without_comments,
|
|
|
|
MAXFD,
|
|
|
|
MAXFD,
|
|
|
|
|
|
|
|
INSTALL_ROOT,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
from lib.delegation import (
|
|
|
|
from lib.delegation import (
|
|
|
|
@ -86,8 +87,7 @@ import lib.cover
|
|
|
|
def main():
|
|
|
|
def main():
|
|
|
|
"""Main program function."""
|
|
|
|
"""Main program function."""
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
git_root = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', '..', '..'))
|
|
|
|
os.chdir(INSTALL_ROOT)
|
|
|
|
os.chdir(git_root)
|
|
|
|
|
|
|
|
initialize_cloud_plugins()
|
|
|
|
initialize_cloud_plugins()
|
|
|
|
sanity_init()
|
|
|
|
sanity_init()
|
|
|
|
args = parse_args()
|
|
|
|
args = parse_args()
|
|
|
|
|