Skip to content

Commit effc2e6

Browse files
committed
use dnfpluginscore (not extras)
1 parent 6ec51d9 commit effc2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnf-plugins/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import subprocess
2424

2525
import logging
26-
from dnfpluginsextras import _, logger
26+
from dnfpluginscore import _, logger
2727

2828
@dnf.plugin.register_command
2929
class DiffCommand(dnf.cli.Command):

0 commit comments

Comments
 (0)