summaryrefslogtreecommitdiff
path: root/poezio/__main__.py
AgeCommit message (Collapse)Author
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