gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (c886489c9 -> 0334502df)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (c886489c9 -> 0334502df)
Date: Tue, 12 Feb 2019 12:14:08 +0100

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

ng0 pushed a change to branch master
in repository gnunet.

    from c886489c9 Merge branch 'master' of gnunet.org:gnunet
     new 6896aa5bd integration-tests: futurize test_integration_clique
     new b6bf67782 integration-tests: futurize 
test_integration_bootstrap_and_connect
     new 0334502df integration-tests: futurize test_integration_disconnect

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:
 src/integration-tests/test_integration_bootstrap_and_connect.py.in | 1 +
 src/integration-tests/test_integration_clique.py.in                | 1 +
 src/integration-tests/test_integration_disconnect.py.in            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in 
b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
index 5bd938019..560a429fd 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -18,6 +18,7 @@
 #    SPDX-License-Identifier: AGPL3.0-or-later
 #
 #
+from __future__ import print_function
 import signal
 import sys
 import os
diff --git a/src/integration-tests/test_integration_clique.py.in 
b/src/integration-tests/test_integration_clique.py.in
index 0444cf249..b5d6dd518 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -25,6 +25,7 @@
 # Conditions for successful exit:
 # Both peers have 2 connected peers in transport, core, topology, fs and dht
 
+from __future__ import print_function
 import sys
 import signal
 import os
diff --git a/src/integration-tests/test_integration_disconnect.py.in 
b/src/integration-tests/test_integration_disconnect.py.in
index f8b411778..b39df1319 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -18,6 +18,7 @@
 #    SPDX-License-Identifier: AGPL3.0-or-later
 #
 # 
+from __future__ import print_function
 import sys
 import signal
 import os

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



reply via email to

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