No shebang lines for setup.py-managed scripts.

This commit is contained in:
Tommi Virtanen 2011-07-26 14:26:28 -07:00
parent 513d5fabf2
commit 7debb53e77
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
#! /usr/bin/python
from boto.s3.key import Key
from optparse import OptionParser
from . import realistic

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
import gevent
import gevent.pool
import gevent.queue