Skip to content

Commit 897f2a8

Browse files
committed
Dummy commit to re-initiate tests
1 parent baaf9cc commit 897f2a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qiling/debugger/gdb/gdb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
from qiling.const import QL_ARCH, QL_ENDIAN, QL_OS
3030
from qiling.debugger import QlDebugger
3131
from qiling.debugger.gdb import xmlregs
32-
33-
from .utils import QlGdbUtils
32+
from qiling.debugger.gdb.utils import QlGdbUtils
3433

3534
# gdb logging prompt
3635
PROMPT = r'gdb>'

0 commit comments

Comments
 (0)