Searched refs:py_lib_re (Results 1 - 1 of 1) sorted by relevance
/pkg/src/modules/flavor/ | ||
H A D | python.py | 152 py_lib_re = re.compile(r"^usr/lib/python(?P<major>\d+)\.(?P<minor>\d+)/") variable 207 install_match = py_lib_re.match(action.attrs["path"]) |
Completed in 1308 milliseconds