Some more fixes.

This commit is contained in:
Jelmer Vernooij 2021-02-28 23:04:54 +00:00
parent bc7931458c
commit fb41c93e82
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
4 changed files with 20 additions and 7 deletions

View file

@ -48,9 +48,11 @@ from debmutate.reformatting import (
FormattingUnpreservable,
GeneratedFile,
)
from lintian_brush import (
reset_tree,
)
try:
from breezy.workspace import reset_tree
except ImportError:
from lintian_brush import reset_tree
from lintian_brush.changelog import (
add_changelog_entry,
)