aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-disasm.py
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-03-20 09:03:04 -0600
committerTom Tromey <tromey@adacore.com>2024-04-02 11:21:39 -0600
commitc2cf30e7608093773286081ebfc4067246ecba7e (patch)
tree7bedf2c98350c11ba4383b9bce32f6f1ccb71ae3 /gdb/testsuite/gdb.python/py-disasm.py
parent68982f618b28aebf47343922fb79e59ace0246eb (diff)
downloadbinutils-c2cf30e7608093773286081ebfc4067246ecba7e.zip
binutils-c2cf30e7608093773286081ebfc4067246ecba7e.tar.gz
binutils-c2cf30e7608093773286081ebfc4067246ecba7e.tar.bz2
Run isort
This patch is the result of running 'isort .' in the gdb directory. Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/testsuite/gdb.python/py-disasm.py')
-rw-r--r--gdb/testsuite/gdb.python/py-disasm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-disasm.py b/gdb/testsuite/gdb.python/py-disasm.py
index 281ce6b..c09eae8 100644
--- a/gdb/testsuite/gdb.python/py-disasm.py
+++ b/gdb/testsuite/gdb.python/py-disasm.py
@@ -13,11 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import gdb
-import gdb.disassembler
import struct
import sys
+import gdb
+import gdb.disassembler
from gdb.disassembler import Disassembler, DisassemblerResult
# A global, holds the program-counter address at which we should