We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93b6ab commit ef26238Copy full SHA for ef26238
src/pushsource/_impl/backend/koji_source.py
@@ -17,7 +17,7 @@
17
# If kobo.rpmlib is unavailable, let's not immediately crash.
18
# We will hold this exception and re-raise it only if there's an
19
# attempt to use the related functionality.
20
- from .. import broken_rpmlib as rpmlib
+ from . import broken_rpmlib as rpmlib
21
22
rpmlib.CAUSE = ex
23
0 commit comments