python-tuf/tuf/api
Jussi Kukkonen 4575637efd imports: Make 'formats' imports vendoring-compatible
Use "from tuf import <module>" instead of "import tuf.<module>": this
makes it possible for vendoring tool to vendor tuf. Fix all references
to <module> in the code.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2021-03-19 16:56:47 +02:00
..
serialization Re-format tuf/api/* using black and isort 2021-03-12 11:51:55 +01:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py imports: Make 'formats' imports vendoring-compatible 2021-03-19 16:56:47 +02:00
pylintrc Manually standardize quotes where black cannot 2021-03-17 11:57:45 +01:00