summaryrefslogtreecommitdiffstats
path: root/cli/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* format: use autopep8Jose M. Guisado2022-05-201-1/+0
| | | | | | | | | | | | | | Use autopep8 for coding format, and only for whitespace changes. This change drops use of tabs in favor of spaces. Doesn't use autopep8 --aggresive option. Format command: $ autopep8 --inline --recursive . When using git-blame, use --ignore-rev in order to ignore this reformatting commit.
* Rename files to remove 'og' prefixRoberto Hueso Gómez2020-06-301-0/+1
This prefix is redundant on almost every file, so the prefix is removed from filenames and imports.