This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 185c18d  [#8357] python modernize fix
185c18d is described below

commit 185c18de87e586625e9989f041bbfeed9341e95f
Author: Dave Brondsema <d...@brondsema.net>
AuthorDate: Thu Apr 16 15:57:59 2020 -0400

    [#8357] python modernize fix
---
 ForgeSVN/forgesvn/tests/functional/test_controllers.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ForgeSVN/forgesvn/tests/functional/test_controllers.py 
b/ForgeSVN/forgesvn/tests/functional/test_controllers.py
index 67fdaab..9999b81 100644
--- a/ForgeSVN/forgesvn/tests/functional/test_controllers.py
+++ b/ForgeSVN/forgesvn/tests/functional/test_controllers.py
@@ -18,6 +18,7 @@
 
 from __future__ import unicode_literals
 from __future__ import absolute_import
+from __future__ import print_function
 import json
 import re
 import shutil

Reply via email to