mirror of
https://github.com/SELinuxProject/setools
synced 2025-05-03 16:49:40 +00:00
11 lines
194 B
Python
11 lines
194 B
Python
# Copyright 2015, Tresys Technology, LLC
|
|
#
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
#
|
|
#
|
|
|
|
from .apol import run_apol
|
|
|
|
import logging
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|