mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Replace library.__path__._path[0] with library.__path__[0] to avoid relying on a private CPython implementation detail of _NamespacePath. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>