Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import bundled
packaging
after path munging (#151)
When using the bundled strategy and a vanilla system-wide interpreter (e.g., `/usr/bin/python3`) with `v2023.3.12551007`, `lsp_server.py` would die when attempting to import `packaging`. This is because the import was attempted before any `useBundled`-related path munging was made. This commit corrects for that. Fixes #148.
- Loading branch information