diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-pp-integral.py')
-rw-r--r-- | gdb/testsuite/gdb.python/py-pp-integral.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-pp-integral.py b/gdb/testsuite/gdb.python/py-pp-integral.py index 4c981d6..089ca5b 100644 --- a/gdb/testsuite/gdb.python/py-pp-integral.py +++ b/gdb/testsuite/gdb.python/py-pp-integral.py @@ -14,6 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from time import asctime, gmtime + import gdb # silence pyflakes |