From c2cf30e7608093773286081ebfc4067246ecba7e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 20 Mar 2024 09:03:04 -0600 Subject: Run isort This patch is the result of running 'isort .' in the gdb directory. Approved-By: Simon Marchi --- gdb/python/python-config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/python/python-config.py') diff --git a/gdb/python/python-config.py b/gdb/python/python-config.py index e89e0fd..061eae1 100644 --- a/gdb/python/python-config.py +++ b/gdb/python/python-config.py @@ -1,9 +1,9 @@ # Program to fetch python compilation parameters. # Copied from python-config of the 2.7 release. -import sys -import os import getopt +import os +import sys import sysconfig valid_opts = ["prefix", "exec-prefix", "includes", "libs", "cflags", "ldflags", "help"] -- cgit v1.1