summary refs log tree commit diff
path: root/tests/rest/admin/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-0/+14
It doesn't really belong under rest/client/v1 any more.