Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential meta path race condition (#38)
Removing the ZipFinder by index has the potential to remove a meta path finder that was added while the capsule module is initializing. Using .remove ensures we remove the exact ZipFinder we inserted.
- Loading branch information