cpython/Lib/importlib/test/extension
Brett Cannon 2dee597e05 Do some cleanup in importlib:
+ Ditch using arguments to super().
+ Ditch subclassing from object directly.
+ Move directory check out of chaining path hook to file path hook/finder.
+ Rename some classes to better reflect they are finders, not importers.
2009-02-21 03:15:37 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_case_sensitivity.py Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
test_finder.py Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
test_loader.py Factor out helper code from importlib.test.extension.test_path_hook. 2009-02-07 02:06:43 +00:00
test_path_hook.py Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
util.py Add the missing importlib.test.extension.util. 2009-02-07 02:33:52 +00:00