Skip to content

Commit 4223ad5

Browse files
authored
Support both python 2 and 3
1 parent 501a1c6 commit 4223ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
import sys
44
import os

0 commit comments

Comments
 (0)