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: mreynolds (Thanks!)
@@ -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