1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

python: fix the build with python3.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13221

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Günther Deschner
2018-01-15 21:56:22 +01:00
parent 7a3f97f266
commit 112938879f
4 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ name_formats = [
def warning(message):
print "\033[37;41;1m" "Warning: %s" "\033[00m" % (message)
print("\033[37;41;1m" "Warning: %s" "\033[00m" % (message))
###############################################################################
#