summaryrefslogtreecommitdiff
path: root/poezio/xdg.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-07-22Add type hints here and theremathieui
2018-07-21yapf -ripmathieui
2018-07-04Move XDG basedir functions to the poezio.xdg module.Emmanuel Gil Peyrot