gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/03: python2+3 compat.: contrib/scripts/gdb-iter


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/03: python2+3 compat.: contrib/scripts/gdb-iterate-dll.py: use futures.
Date: Sat, 19 May 2018 19:07:04 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit a74cd1da1d2fd4d087613f189ae4a2a87bb9109f
Author: Nils Gillmann <address@hidden>
AuthorDate: Sat May 19 16:59:29 2018 +0000

    python2+3 compat.: contrib/scripts/gdb-iterate-dll.py: use futures.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 contrib/scripts/gdb-iterate-dll.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/scripts/gdb-iterate-dll.py 
b/contrib/scripts/gdb-iterate-dll.py
index 79d46aa96..4e103ae1c 100644
--- 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 *
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]