Skip to content

Commit 2357aa6

Browse files
committed
mailbot: change shebang to python3
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent faf038c commit 2357aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mailbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# SPDX-License-Identifier: GPL-2.0
33
# Copyright (C) 2019 Netronome Systems, Inc.
44

0 commit comments

Comments
 (0)