mirror of https://github.com/zulip/zulip.git
queue: Remove shebang line
There's no reason to run this file as a script, and it's not marked as executable. (imported from commit 52bddaf2b59333c1f37b2cfc90b92a164c2e6d3c)
This commit is contained in:
parent
401f591ab7
commit
2617bbcdff
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/python
|
||||
from django.conf import settings
|
||||
import pika
|
||||
import simplejson
|
||||
|
|
Loading…
Reference in New Issue