mirror of https://github.com/zulip/zulip.git
replacer: Run as script with python 3.
This commit is contained in:
parent
c01981a65f
commit
ec54cb5f72
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
from subprocess import check_call
|
Loading…
Reference in New Issue