summaryrefslogtreecommitdiff
path: root/poezio/__main__.py
AgeCommit message (Collapse)Author
2018-06-07Add a check for Unicode support.Emmanuel Gil Peyrot
This makes poezio refuse to run if the environment is known broken.
2018-01-13Enforce HOME, TERM, and PATH env vars when runningmathieui
Instead of showing an ugly traceback
2017-11-12yapf -irmathieui
2016-07-03Fix launch.shmathieui
We want to be able to run "python -m poezio" AND have a poezio entry point.
2016-07-03Make the entry point a functionmathieui
otherwise it breaks the generated entry point loader, which will work but display a traceback on exit
2016-06-28Add missing import in __main__ module.Emmanuel Gil Peyrot
2016-06-27Launch poezio as a module package.Emmanuel Gil Peyrot