cpython/Lib/importlib/test/source
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
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 Move importlib completely over to using rpartition and accepting the empty 2009-02-07 01:52:25 +00:00
test_path_hook.py Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
test_source_encoding.py Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
util.py Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00