urwid isn't a submodule any more
This commit is contained in:
8
urwid/tests/util.py
Normal file
8
urwid/tests/util.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import urwid
|
||||
|
||||
class SelectableText(urwid.Text):
|
||||
def selectable(self):
|
||||
return 1
|
||||
|
||||
def keypress(self, size, key):
|
||||
return key
|
||||
Reference in New Issue
Block a user