Some more fixes.
This commit is contained in:
parent
bc7931458c
commit
fb41c93e82
4 changed files with 20 additions and 7 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue