Python3 fix for default.py

This commit is contained in:
Chris PeBenito 2014-12-16 13:04:10 -05:00
parent 0219b3016e
commit bcd20d761a

View File

@ -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):