Skip to content

Commit

Permalink
Rename _hooks to _compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 11, 2019
1 parent cdb843b commit 098e764
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion importlib_metadata/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from importlib import import_module
from itertools import starmap
from ._hooks import install, NullFinder
from ._compat import install, NullFinder

if sys.version_info > (3,): # pragma: nocover
from configparser import ConfigParser
Expand Down

0 comments on commit 098e764

Please sign in to comment.