zulip bridge: Use python instead of python3 in script.

This script moved from the bots package to the API package, and does not
explicitly require python3.
This commit is contained in:
neiljp (Neil Pilgrim) 2018-06-01 20:34:41 -07:00 committed by Tim Abbott
parent 617e16cebb
commit 71b405e95d

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys