]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
No shebang lines for setup.py-managed scripts.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 26 Jul 2011 21:26:28 +0000 (14:26 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 26 Jul 2011 21:26:28 +0000 (14:26 -0700)
s3tests/generate_objects.py
s3tests/readwrite.py

index 443db7a7dde0fe1cf629416d5039e62619af7ae6..f7a8322c248bba31622df501b0294ce4016e89cb 100644 (file)
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-
 from boto.s3.key import Key
 from optparse import OptionParser
 from . import realistic
index 3bc5b35a74fc2ae0f9faed850b6bbccc4c12922c..f0122c8d95b145529153560f3cb76a0c68fe8d7f 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 import gevent
 import gevent.pool
 import gevent.queue