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:
Keegan McAllister 2013-01-18 13:13:31 -05:00
parent 401f591ab7
commit 2617bbcdff
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
from django.conf import settings
import pika
import simplejson