Remove "import ." notation.
[riscv-tests.git] / debug / gdbserver.py
index 267bcdc6bd0b6aaade07dfd71ea7a7b7842d4ead..8558a2b80db778bb56d82315164a3413302e5234 100755 (executable)
@@ -1,15 +1,16 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import sys
 import argparse
-import testlib
 import unittest
 import tempfile
 import time
 import random
 import binascii
 
+import testlib
+
 
 MSTATUS_UIE = 0x00000001
 MSTATUS_SIE = 0x00000002