s4/scripting/*: py3 compatible print
[sfrench/samba-autobuild/.git] / source4 / scripting / devel / enumprivs
index 6a040402ae33a63294042a37192d68da800723d8..33597f9388acb5c36738eb8783bd0b2fb648e60b 100755 (executable)
@@ -55,4 +55,4 @@ if __name__ == "__main__":
     (handle, privs) = lsaconn.EnumPrivs(pol_handle, 0, 100)
     for p in privs.privs:
         disp_name = get_display_name(lsaconn, pol_handle, p.name.string)
-        print "0x%08x %31s \"%s\"" % (p.luid.low, p.name.string, disp_name)
+        print("0x%08x %31s \"%s\"" % (p.luid.low, p.name.string, disp_name))