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
1 changed files with 1 additions and 1 deletions

View File

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