Home
last modified time | relevance | path

Searched refs:_INSTALLED_RE (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/setup/
Dsetup_common.py31 _INSTALLED_RE = re.compile(r"(.*\s*Installed:)(?P<installed_ver>.*\s?)") variable
117 match = _INSTALLED_RE.match(line)