python-tuf/tuf/scripts
Jussi Kukkonen f702fdfd0c imports: Fix securesystemslib.keys imports
Make them compatible with vendoring, use
  from securesystemslib import keys as sslib_keys
to have the same style as other securesystemslib imports.

Note that developer_tool already used a
   from securesystemslib.keys import ...
for some functions so that style was used consistently there.

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.keys imports 2021-03-19 16:56:50 +02:00