Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle PermissionError in fallback code for old import name
Path.is_file() throws PermissionError if the current user is not allowed to list one of the parent directories. An import would also fail, so treat this as if the file wasn't there. fixes #181
- Loading branch information