Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow

This commit is contained in:
Nick Coghlan 2012-08-02 21:45:24 +10:00
parent 8a9080feff
commit ff79486bb5
7 changed files with 2537 additions and 2524 deletions

View file

@ -59,7 +59,7 @@ class MetaPathFinder(Finder):
raise NotImplementedError
_register(MetaPathFinder, machinery.BuiltinImporter, machinery.FrozenImporter,
machinery.PathFinder)
machinery.PathFinder, machinery.WindowsRegistryFinder)
class PathEntryFinder(Finder):