You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updater module cannot be included in 'client' default modules
if updater module also loads 'client' (as python2 fails to import it).
We do want to load client default modules in updater to be able to use
namespacing, e.g. client.download.safe_download().
So don't include updater in default modules: this means the examples
should use e.g.
from tuf.client import updater
or
from tuf.client.updater import Updater
Signed-off-by: Jussi Kukkonen <[email protected]>
0 commit comments