diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-xmethods.py')
-rw-r--r-- | gdb/testsuite/gdb.python/py-xmethods.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.python/py-xmethods.py b/gdb/testsuite/gdb.python/py-xmethods.py index 54bd10b..a2b8d57 100644 --- a/gdb/testsuite/gdb.python/py-xmethods.py +++ b/gdb/testsuite/gdb.python/py-xmethods.py @@ -16,12 +16,10 @@ # This file is part of the GDB testsuite. It test the xmethods support # in the Python extension language. -import gdb import re -from gdb.xmethod import XMethod -from gdb.xmethod import XMethodMatcher, XMethodWorker -from gdb.xmethod import SimpleXMethodMatcher +import gdb +from gdb.xmethod import SimpleXMethodMatcher, XMethod, XMethodMatcher, XMethodWorker def A_plus_A(obj, opr): |