dibbler/text_interface
Robert Maikher 1675f26080 Fix string issues related to switch to python3
safe_str is no longer relevant after unicode strings are no longer explicit string types.
Popen takes bytes by default now, not strings, which is fixed by setting an encoding
sys.stdout.write should work with strings on linux at least. We only use it for the buy menu timeout, which already only works on linux, so it shouldn't be a problem.
2018-08-24 13:43:35 +02:00
..
__init__.py 2017-02-20 12:19:03 +00:00
addstock.py Convert most strings to fstrings for readability 2018-08-23 13:15:45 +02:00
buymenu.py Fix string issues related to switch to python3 2018-08-24 13:43:35 +02:00
editing.py Convert most strings to fstrings for readability 2018-08-23 13:15:45 +02:00
faq.py Run 2to3 to start moving to python3 2018-08-19 16:38:45 +02:00
helpermenus.py Fix string issues related to switch to python3 2018-08-24 13:43:35 +02:00
mainmenu.py Run 2to3 to start moving to python3 2018-08-19 16:38:45 +02:00
miscmenus.py Convert most strings to fstrings for readability 2018-08-23 13:15:45 +02:00
printermenu.py Fix user transaction error and other unexpected behaviour 2018-04-22 15:44:24 +00:00
stats.py Run 2to3 to start moving to python3 2018-08-19 16:38:45 +02:00