/
githubmirror
/
sssd
Обзор
Документация
Войти
/
githubmirror
/
sssd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tests/intg/__init__.py
9 строк
197 B
Alexey Tikhonov
Get rid of Python2 support
27 май 2026, 11:09
27 май 2026, 11:09
622fa7f
Код
Авторство
О чём код?
import sys import config LOCAL_PYEXECDIR = config.PY3EXECDIR LOCAL_PYDIR = config.PY3DIR for path in [LOCAL_PYEXECDIR, LOCAL_PYDIR]: if path not in sys.path: sys.path.insert(0, path)