Add requirements.txt and reorder imports by type.
[riscv-tests.git] / debug / gdbserver.py
index 71575b2c61776d1aa01f3178284d133635060530..de8241ce33fb6c503308971090b8929f5369b8f2 100755 (executable)
@@ -3,13 +3,14 @@
 import os
 import sys
 import argparse
 import os
 import sys
 import argparse
-import testlib
 import unittest
 import tempfile
 import time
 import random
 import binascii
 
 import unittest
 import tempfile
 import time
 import random
 import binascii
 
+import .testlib
+
 
 MSTATUS_UIE = 0x00000001
 MSTATUS_SIE = 0x00000002
 
 MSTATUS_UIE = 0x00000001
 MSTATUS_SIE = 0x00000002