Skip to content

Commit a72b608

Browse files
authored
Bare minimum Python3 changes
1 parent 6fd6fc6 commit a72b608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: contrib/hooks/post-receive/mail_notifications.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python2
1+
#! /usr/bin/env python3
22

33
import sys
44
import os
@@ -32,4 +32,4 @@
3232
# Read changes from stdin and send notification emails:
3333
git_multimail.run_as_post_receive_hook(environment, mailer)
3434
else:
35-
print " multimailhook is disabled"
35+
print(" multimailhook is disabled")

0 commit comments

Comments
 (0)