Skip to content

Commit dc548ca

Browse files
author
MarxMustermann
committed
fixed crash
1 parent 0b46df7 commit dc548ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/urwidSpecials.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
bad code: most of the urwind code is scattered around
44
"""
55

6+
import src
7+
68

79
"""
810
split a mix of strings and urwid formating into a list where each element contains exactly
@@ -50,6 +52,6 @@ def makeRusty(payload):
5052
counter += 1
5153
if len(char):
5254
converted.append(
53-
(urwid.AttrSpec(colours[counter * 7 % 5], "default"), char)
55+
(src.pseudoUrwid.AttrSpec(colours[counter * 7 % 5], "default"), char)
5456
)
5557
return converted

0 commit comments

Comments
 (0)