Skip to content

Commit

Permalink
Merge pull request #505 from lukpueh/rm-process
Browse files Browse the repository at this point in the history
Remove `securesystemslib.process` module
  • Loading branch information
lukpueh authored Feb 16, 2023
2 parents 19639c1 + 86aa33b commit 0c1047f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 409 deletions.
239 changes: 0 additions & 239 deletions securesystemslib/process.py

This file was deleted.

4 changes: 0 additions & 4 deletions securesystemslib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@

# The algorithm(s) in HASH_ALGORITHMS are used to generate key IDs.
HASH_ALGORITHMS = ["sha256", "sha512"]

# Used in securesystemslib.process, to raise a subprocess.TimeoutExpired if
# a started subprocess does not terminate before the here specified seconds
SUBPROCESS_TIMEOUT = 3
Loading

0 comments on commit 0c1047f

Please sign in to comment.