python-tuf/tuf/scripts
Jussi Kukkonen fe3daccdb5 imports: Make 'updater' import vendoring-compatible
Make the updater imports compatible with vendoring tool by importing
the Updater class directly (don't import the whole module to avoid the
clash with the obvious variable name 'updater').

Also update the example: This is not required in the clients but tuf
source code will be vendored and this import line (even though in a
comment) might trigger an error in future vendoring tool releases.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2021-03-19 16:56:50 +02:00
..
__init__.py Add __init__.py to scripts directory 2018-04-17 14:54:10 -04:00
client.py imports: Make 'updater' import vendoring-compatible 2021-03-19 16:56:50 +02:00
repo.py imports: Fix securesystemslib.exceptions imports 2021-03-19 16:56:50 +02:00