app-admin/s-tui: 1.2.0, revbump, runtime fix

Comment out the failing import, it's not used anyway.

Bug: https://github.com/amanusk/s-tui/issues/246
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2025-12-10 02:16:52 -05:00
parent 2a43b15be8
commit 3beeddd119
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/s_tui/s_tui.py b/s_tui/s_tui.py
index e39e6d9..c104e8f 100755
--- a/s_tui/s_tui.py
+++ b/s_tui/s_tui.py
@@ -36,7 +36,7 @@ import sys
import psutil
import urwid
-import urwid.curses_display
+#import urwid.curses_display
try:
import configparser