mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-21 22:46:50 +00:00
12 lines
221 B
Python
12 lines
221 B
Python
# Copyright 2015, Tresys Technology, LLC
|
|
#
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
#
|
|
#
|
|
|
|
from .apol import ApolMainWindow
|
|
from . import widget
|
|
|
|
import logging
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|