fix dependency check logic cause config always disabled
[lunaix-os.git] / lunaix-os / scripts / gdb / lunadbg / arch / __init__.py
1 import os
2
3 if os.environ["LUNADBG_ARCH"].startswith("x86_"):
4     from .x86 import *