summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
AgeCommit message (Collapse)Author
2018-01-13yapf -irmathieui
2018-01-13Enforce HOME, TERM, and PATH env vars when runningmathieui
Instead of showing an ugly traceback
2017-11-12yapf -irmathieui
2016-10-21pyflake fixesmathieui
unused variables, imports, name shadowing
2016-10-05Add monkeypatching hack on the event loopmathieui
Previously inside slixmpp, it’s cleaner to do it only in poezio.
2016-06-30Remove every now-useless usage of the Singleton function.Emmanuel Gil Peyrot
2016-06-30Absolute imports everywheremathieui
2016-06-28Import Singleton instead of its module, and remove unused imports.Emmanuel Gil Peyrot
2016-06-27Fix a typo.Emmanuel Gil Peyrot
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-27Launch poezio as a module package.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot