python-zulip-api/bots
Keegan McAllister 396861feb1 Consistently use #!/usr/bin/env python
At Ksplice we used /usr/bin/python because we shipped dependencies as Debian /
Red Hat packages, which would be installed against the system Python.  We were
also very careful to use only Python 2.3 features so that even old system
Python would still work.

None of that is true at Humbug.  We expect users to install dependencies
themselves, so it's more likely that the Python in $PATH is correct.  On OS X
in particular, it's common to have five broken Python installs and there's no
expectation that /usr/bin/python is the right one.

The files which aren't marked executable are not interesting to run as scripts,
so we just remove the line there.  (In general it's common to have libraries
that can also be executed, to run test cases or whatever, but that's not the
case here.)

(imported from commit 437d4aee2c6e66601ad3334eefd50749cce2eca6)
2013-02-20 16:02:30 -05:00
..
__init__.py Move files around in the API. 2013-02-01 15:52:28 -05:00
check-mirroring Consistently use #!/usr/bin/env python 2013-02-20 16:02:30 -05:00
check-rabbitmq-queue Fix path to rabbitmqctl and clarify comment 2013-02-19 15:36:57 -05:00
check_send_receive.py Move files around in the API. 2013-02-01 15:52:28 -05:00
feedback-bot Consistently use #!/usr/bin/env python 2013-02-20 16:02:30 -05:00
gcal-bot Move files around in the API. 2013-02-01 15:52:28 -05:00
githook-post-receive Fix post-receive hook arguments issues and document the setup. 2013-02-20 11:10:45 -05:00
humbug_git_config.py Rewrite git hook for distribution and document it. 2013-02-19 09:17:06 -05:00
humbug_trac_config.py trac: Add owner to list of fields that notify by default. 2013-02-14 17:50:00 -05:00
rabbitmq-queuesize-crontab Add a nagios plugin for checking rabbitmq queue sizes 2013-02-19 15:22:55 -05:00
sync-public-streams Consistently use #!/usr/bin/env python 2013-02-20 16:02:30 -05:00
tddium-notify-humbug Move files around in the API. 2013-02-01 15:52:28 -05:00
twitter-bot.py Move files around in the API. 2013-02-01 15:52:28 -05:00
zephyr-mirror-crontab Move files around in the API. 2013-02-01 15:52:28 -05:00
zephyr_mirror.py Consistently use #!/usr/bin/env python 2013-02-20 16:02:30 -05:00
zephyr_mirror_backend.py Consistently use #!/usr/bin/env python 2013-02-20 16:02:30 -05:00