Skip to content

Commit d77fd7a

Browse files
committed
Do not import deprecated debut module
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5c7208a commit d77fd7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/formattedcode/output_debian.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# See https://github.com/nexB/scancode-toolkit for support or download.
77
# See https://aboutcode.org for more information about nexB OSS projects.
88

9-
from debut.copyright import CopyrightFilesParagraph
10-
from debut.copyright import CopyrightHeaderParagraph
11-
from debut.copyright import DebianCopyright
9+
from debian_inspector.copyright import CopyrightFilesParagraph
10+
from debian_inspector.copyright import CopyrightHeaderParagraph
11+
from debian_inspector.copyright import DebianCopyright
1212
from license_expression import Licensing
1313

1414
from commoncode.cliutils import PluggableCommandLineOption

0 commit comments

Comments
 (0)