mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 15:34:47 -03:30
Using `site.addsitedir()` handles namespace packages, where the traditional `sys.path.insert` does not. Kudos to Chris Meyers for this discovery.