fixed wrong import

This commit is contained in:
JanLJL
2019-04-30 18:49:38 +02:00
parent e67bb9b9d4
commit f266336d02

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env python3
from .parser import Parser
from .base_parser import BaseParser
class ParserARMv81(Parser):
class ParserARMv81(BaseParser):
# TODO
def __init__(self):