File: replace_blessings_with_blessed.patch

package info (click to toggle)
python-invocations 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: python: 2,262; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/invocations/packaging/release.py
+++ b/invocations/packaging/release.py
@@ -21,7 +21,7 @@
 from build._builder import _read_pyproject_toml
 from invoke.vendor.lexicon import Lexicon
 
-from blessings import Terminal
+from blessed import Terminal
 from docutils.utils import Reporter
 from enum import Enum
 from invoke import Collection, task, Exit