[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated (8b28cb723 -> f38901276)
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated (8b28cb723 -> f38901276) |
Date: |
Sat, 19 May 2018 19:07:03 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a change to branch master
in repository gnunet.
from 8b28cb723 contrib/scripts: lint-python.sh, small wrapper
new a74cd1da1 python2+3 compat.: contrib/scripts/gdb-iterate-dll.py: use
futures.
new 559c85032 gitignore: Add .bak
new f38901276 python2+3 compat.: contrib/scripts/find_typedefs,
gdb-iterate-dll: unicode-literals
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
contrib/scripts/find_typedefs.py | 1 +
contrib/scripts/gdb-iterate-dll.py | 3 +++
3 files changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index a85b26cd8..ef1c06920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*~
\#*\#
+*.bak
*.a
*.la
*.lo
diff --git a/contrib/scripts/find_typedefs.py b/contrib/scripts/find_typedefs.py
index 68f5c2782..d2c4cd815 100644
--- a/contrib/scripts/find_typedefs.py
+++ b/contrib/scripts/find_typedefs.py
@@ -1,4 +1,5 @@
from __future__ import print_function
+from __future__ import unicode_literals
import os
import re
import sys
diff --git a/contrib/scripts/gdb-iterate-dll.py
b/contrib/scripts/gdb-iterate-dll.py
index 79d46aa96..388ef6e11 100644
--- a/contrib/scripts/gdb-iterate-dll.py
+++ b/contrib/scripts/gdb-iterate-dll.py
@@ -1,3 +1,6 @@
+from __future__ import print_function
+from __future__ import unicode_literals
+from builtins import str
from gdb import *
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnunet] branch master updated (8b28cb723 -> f38901276),
gnunet <=