The "sys" import is unused in several Python files. This removes this
line from all the places where it is unnecessary.
"""Implementation of the GDB 'explore' command using the GDB Python API."""
import gdb
-import sys
class Explorer(object):
# 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 sys
-
import gdb.printing
import gdb
import gdb.types
import re
-import sys
class PrettyPrinter(object):
import gdb
import re
-import sys
class XMethod(object):