D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
leapp
/
el8userspace
/
usr
/
share
/
crypto-policies
/
python
/
cryptopolicies
/
validation
/
Filename :
general.py
back
Copy
# SPDX-License-Identifier: LGPL-2.1-or-later # Copyright (c) 2021 Red Hat, Inc. class PolicySyntaxError(ValueError, UserWarning): pass class PolicyFileNotFoundError(FileNotFoundError): def __init__(self, pname, fname, paths): super().__init__(f'Unknown policy `{pname}`: ' f'file `{fname}` not found in ({", ".join(paths)})')
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
July 28 2023 2:45:54
root
0755
__init__.py
0.278
KB
December 15 2022 9:22:05
root
0644
alg_lists.py
0.651
KB
December 15 2022 9:22:05
root
0644
general.py
0.362
KB
December 15 2022 9:22:05
root
0644
rules.py
1.141
KB
December 15 2022 9:22:05
root
0644
scope.py
1.925
KB
December 15 2022 9:22:05
root
0644
2017 © D7net | D704T team