projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b28cb7
)
python2+3 compat.: contrib/scripts/gdb-iterate-dll.py: use futures.
author
Nils Gillmann
<ng0@n0.is>
Sat, 19 May 2018 16:59:29 +0000
(16:59 +0000)
committer
Nils Gillmann
<ng0@n0.is>
Sat, 19 May 2018 16:59:29 +0000
(16:59 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
contrib/scripts/gdb-iterate-dll.py
patch
|
blob
|
history
diff --git
a/contrib/scripts/gdb-iterate-dll.py
b/contrib/scripts/gdb-iterate-dll.py
index 79d46aa96e62ddb218726aa78295593b014d5c6d..4e103ae1c8d9e79e542b3888612413d0847235af 100644
(file)
--- a/
contrib/scripts/gdb-iterate-dll.py
+++ b/
contrib/scripts/gdb-iterate-dll.py
@@
-1,3
+1,5
@@
+from __future__ import print_function
+from builtins import str
from gdb import *