mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-26 05:09:33 +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
|
# License along with SETools. If not, see
|
||||||
# <http://www.gnu.org/licenses/>.
|
# <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
import symbol
|
from . import symbol
|
||||||
import objclass
|
from . import objclass
|
||||||
import qpol
|
from . import qpol
|
||||||
|
|
||||||
|
|
||||||
class NoDefaults(symbol.InvalidSymbol):
|
class NoDefaults(symbol.InvalidSymbol):
|
||||||
|
Loading…
Reference in New Issue
Block a user