bbj/clients/urwid
magical b1d1de659d import exit
The builtin exit function is added by the site package "for the
interactive interpreter" and "should not be used in programs", according
to the manual.

We want sys.exit instead. (I didn't know you could pass it a string
value, but it turns out you can.)
2022-08-06 05:10:14 +00:00
..
main.py import exit 2022-08-06 05:10:14 +00:00
network.py begin urwid client 2017-04-05 13:09:38 -05:00