mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-11 03:51:26 +00:00
Python3 fix for default.py
This commit is contained in:
parent
0219b3016e
commit
bcd20d761a
@ -16,9 +16,9 @@
|
||||
# License along with SETools. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
import symbol
|
||||
import objclass
|
||||
import qpol
|
||||
from . import symbol
|
||||
from . import objclass
|
||||
from . import qpol
|
||||
|
||||
|
||||
class NoDefaults(symbol.InvalidSymbol):
|
||||
|
Loading…
Reference in New Issue
Block a user