mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
fixed wrong import
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user