Skip to content

Commit

Permalink
Fix the import path for pulp-hashlib
Browse files Browse the repository at this point in the history
closes pulp#4006
  • Loading branch information
lubosmj committed Jul 10, 2023
1 parent 70bab01 commit b9e5ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/plugin_api/4006.bugfix
@@ -0,0 +1 @@
Fixed the import path for ``pulpcore.plugin.pulp_hashlib``.
2 changes: 1 addition & 1 deletion pulpcore/plugin/pulp_hashlib.py
@@ -1,3 +1,3 @@
"""A wrapper around `hashlib` providing only hashers named in settings.ALLOWED_CONTENT_CHECKSUMS"""

from pulp.app.pulp_hashlib import new # noqa
from pulpcore.app.pulp_hashlib import new # noqa

0 comments on commit b9e5ed9

Please sign in to comment.