pyfilesystem2
pyfilesystem2 copied to clipboard
Import hook
- New feature
Imported the importhook from the original PyFilesystem
project.
- Code was updated to Python3 syntax
- Added typing
- Replaced imp with importlib (in some cases I could not find the proper replacement)
- Removed unneeded code
Is this repo still maintained?