]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
remove interpreter shbang lines from non-executables
authorBrian Warner <warner@lothar.com>
Fri, 14 Oct 2011 17:23:01 +0000 (10:23 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 14 Oct 2011 17:23:01 +0000 (10:23 -0700)
thanks to Greg Troxel for the catch

src/allmydata/test/check_grid.py
src/allmydata/test/check_load.py
src/allmydata/test/check_memory.py
src/allmydata/test/check_speed.py
src/allmydata/test/test_base62.py
src/allmydata/util/base62.py

index fbe8f5f131d618462fbf64409044f62e8140b516..e0f069abf9057487e4aaaab21487b3f29a239829 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 """
 Test an existing Tahoe grid, both to see if the grid is still running and to
 see if the client is still compatible with it. This script is suitable for
index fd23852076a5b07d0ab32a98afb513e3036f6d04..197b36971df03ccdf822b992adf376af0e410d40 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 """
 this is a load-generating client program. It does all of its work through a
 given tahoe node (specified by URL), and performs random reads and writes
index fdce601e01bd0491a60eba1100fca2749d15b02e..cf53b46c068f779a817878506d2333b90dee2e59 100644 (file)
@@ -1,5 +1,3 @@
-#! /usr/bin/env python
-
 import os, shutil, sys, urllib, time, stat
 from cStringIO import StringIO
 from twisted.internet import defer, reactor, protocol, error
index 8be4ca07f32228e4d4b1979b1cbba85475e594c8..c0b0ad80e19058b3ce6ce1e461a54d4fec44b32b 100644 (file)
@@ -1,5 +1,3 @@
-#! /usr/bin/env python
-
 import os, sys
 from twisted.internet import reactor, defer
 from twisted.python import log
index 9eff8aba15916ade3d499296bfcd10f742b5838c..79a0dbcbbe32515022be9294e9e70be8a93f2c31 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 import random, unittest
 
 from allmydata.util import base62, mathutil
index 5a14209819ebb93349cfcc781488fe3ca6f48bbf..c25ce9688d3a5ad8064f1a1ee8ab333cc9be56d7 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # from the Python Standard Library
 import string