summaryrefslogtreecommitdiff
path: root/poezio/tabs/adhoc_commands_list.py
AgeCommit message (Collapse)Author
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-07-21Update poezio for the new tabs modulemathieui
2017-11-12yapf -irmathieui
2016-06-30Use a "core" parameter for each tab object instead of a singletonmathieui
fixes the circular import issue
2016-06-30Absolute imports everywheremathieui
2016-06-12Fix core handlers, broken in the previous commit.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot