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:
@ -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))
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user