urwid isn't a submodule any more

This commit is contained in:
Aaron Gutierrez
2015-07-20 19:30:57 -07:00
parent 3d93ded2bb
commit 057988e92b
43 changed files with 24431 additions and 1 deletions

8
urwid/tests/util.py Normal file
View File

@@ -0,0 +1,8 @@
import urwid
class SelectableText(urwid.Text):
def selectable(self):
return 1
def keypress(self, size, key):
return key