Track some urwid.util deprecations

This commit is contained in:
Andreas Kloeckner 2024-02-21 15:45:47 -06:00 committed by Andreas Klöckner
parent 920414fb68
commit 8750410e3b

View File

@ -1,5 +1,5 @@
import urwid
from urwid.util import calc_width, calc_text_pos
from urwid import calc_width, calc_text_pos
# generic urwid helpers -------------------------------------------------------