Skip to content

Commit

Permalink
Move migrate_key script to docs/ dir
Browse files Browse the repository at this point in the history
Script does not have to be part of the public API/CLI or be packaged.
Just want to have it in the repo and use existing CI.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Nov 14, 2023
1 parent f2508fe commit 2c1bac8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_migrate_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from pathlib import Path
from unittest.mock import patch

from docs.migrate_key import main as migrate_key_cli
from securesystemslib.exceptions import UnverifiedSignatureError
from securesystemslib.interface import (
import_privatekey_from_file,
import_publickeys_from_file,
)
from securesystemslib.migrate_key import main as migrate_key_cli
from securesystemslib.signer import CryptoSigner, SSlibKey, SSlibSigner


Expand Down

0 comments on commit 2c1bac8

Please sign in to comment.