Skip to content

Commit 10165ef

Browse files
committed
Fix QDB test import
1 parent 63737fa commit 10165ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_qdb.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
44
#
55

6-
import unittest
7-
from qiling import Qiling
6+
import sys, unittest
87

8+
sys.path.append("..")
9+
from qiling import Qiling
910

1011
class DebuggerTest(unittest.TestCase):
1112

0 commit comments

Comments
 (0)