summaryrefslogtreecommitdiff
path: root/tools/lib/python/abi/system_symbols.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/python/abi/system_symbols.py')
-rw-r--r--tools/lib/python/abi/system_symbols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/python/abi/system_symbols.py b/tools/lib/python/abi/system_symbols.py
index f15c94a6e33c..4a2554da217b 100644
--- a/tools/lib/python/abi/system_symbols.py
+++ b/tools/lib/python/abi/system_symbols.py
@@ -15,7 +15,7 @@ from concurrent import futures
from datetime import datetime
from random import shuffle
-from helpers import AbiDebug
+from abi.helpers import AbiDebug
class SystemSymbols:
"""Stores arguments for the class and initialize class vars"""