3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 11:59:43 +01:00

modules/paren: specify python2 in shebang

This commit is contained in:
Pragmatic Software 2021-09-09 11:55:31 -07:00
parent a0265b4a6f
commit eba5766865

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
from __future__ import print_function
import sys