From b8d0b5c67ad97da77eb6cbbaf540d4015e82c761 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 2 Mar 2017 11:14:18 +0100 Subject: [PATCH] Issue 49122 - Fix rpm build Bug Description: Bytecompiling fails with python3.5 during rpm build on Fedora. Fix Description: Change print statement to print function. https://pagure.io/389-ds-base/issue/49122 Reviewed by: ??? --- dirsrvtests/tests/tickets/ticket49122_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirsrvtests/tests/tickets/ticket49122_test.py b/dirsrvtests/tests/tickets/ticket49122_test.py index bd553f2..ff1e8d1 100644 --- a/dirsrvtests/tests/tickets/ticket49122_test.py +++ b/dirsrvtests/tests/tickets/ticket49122_test.py @@ -52,7 +52,7 @@ def test_ticket49122(topo): if DEBUGGING: # Add debugging steps(if any)... - print "Attach gdb" + print("Attach gdb") time.sleep(20) # Search for the role -- 2.9.3