]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
shebang: replace "/usr/bin/python" with "/usr/bin/env python"
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 5 Nov 2008 01:03:06 +0000 (18:03 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 5 Nov 2008 01:03:06 +0000 (18:03 -0700)
32 files changed:
misc/count_dirs.py
misc/cpu-watcher-poll.py
misc/find-share-anomalies.py
misc/find-trailing-spaces.py
misc/get-version.py
misc/logtool.py
misc/make-canary-files.py
misc/make_umid
misc/munin/tahoe_cpu_watcher
misc/munin/tahoe_diskleft
misc/munin/tahoe_diskusage
misc/munin/tahoe_doomsday
misc/munin/tahoe_estimate_files
misc/munin/tahoe_files
misc/munin/tahoe_helperstats_active
misc/munin/tahoe_helperstats_fetched
misc/munin/tahoe_introstats
misc/munin/tahoe_nodememory
misc/munin/tahoe_overhead
misc/munin/tahoe_rootdir_space
misc/munin/tahoe_server_latency_
misc/munin/tahoe_server_operations_
misc/munin/tahoe_spacetime
misc/munin/tahoe_stats
misc/munin/tahoe_storagespace
misc/pyver.py
misc/storage-overhead.py
misc/sub-ver.py
misc/test-darcs-boringfile.py
misc/xfer-client.py
src/allmydata/test/check_grid.py
src/allmydata/test/check_load.py

index 0af03148e8a8955fb348bcede19a7f59e2c36bd1..78412d33bd564784a0910c18748466acddd6c14c 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 """
 This tool estimates how much space would be consumed by a filetree into which
index 68cc8595fd6b73a07612224be3e1b058582b3755..68ac4b46a8e7e64ec111a76e3ab001ac55d9081c 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 from foolscap import Tub, eventual
 from twisted.internet import reactor
index f876afa0389113da411d881209bd6f6a10188ff9..76fe3419f2d47a5923b1bdfdcd592a4180dee15c 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # feed this the results of 'tahoe catalog-shares' for all servers
 
index 21b252432c9db108d6a8123ed1bada192024353c..a13132166d8e2b349b860a745a1cff6c28baadf8 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os
 
index f581067655af9cd734f1be1a80f18bdbb7f20670..a9a637a7c1ef4061808a7f490b972bc53a05bd61 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 """Determine the version number of the current tree.
 
index ff61b6ab172b746ebd7cff6a1e447c71c51b7929..16ec40e6ae9b28b3b95b9a7789664a6bd33f936b 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os.path, time, pickle
 import foolscap
index 0baa6dd4df0f33630db2acba900304a5d66b483b..44f0348a4b75695018acb0128c68fa0eb7441994 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 """
 Given a list of nodeids and a 'convergence' file, create a bunch of files
index c8b39dfe6208ba6c1ed78ceba849863f83b9390a..60aab23a09d1417f3dce230afd39ceec3c8d3ae4 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 """Create a short probably-unique string for use as a umid= argument in a
 Foolscap log() call, to make it easier to locate the source code that
index 1b1df335fd66e2762dd9ca207496916f0bd2cd5c..bd349cb2fa091e150c0b53de1d76867a240cf00d 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os, sys, re
 import urllib
index 8a177f6c7b9a1ef6c17d57a853556acf5110f03d..fc568bbeecd1ddae5496ab8059fb1a0aee156618 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This is a munin plugin which pulls data from the server in
 # misc/spacetime/diskwatcher.tac . It produces a graph of how much free space
index 80b9df6ce7fd399b7e07d925b71eb8df837b3609..9810220f9d26562463c6fa17aa08f342283944f1 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This is a munin plugin which pulls data from the server in
 # misc/spacetime/diskwatcher.tac . It produces a graph of how much disk space
index a46310261367bbde862a79ae1b9171293b2e797b..c8ab1c0ae0029170bddeaf77886b7178f8b3ae38 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This is a munin plugin which pulls data from the server in
 # misc/spacetime/diskwatcher.tac . It produces a graph of how much time is
index 4723cdadaea461badf8adfcf7410242c54f8668d..249565e4dba2329809f38454fb530d90f5009ee0 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import sys, os.path
 
index c6026de19f409499d56179fadae608ebefbdd9f5..e68b59da68d4e1989ccd5878d19a8d040b6deed2 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This is a munin plugin to track the number of files that each node's
 # StorageServer is holding on behalf of other nodes. Each file that has been
index 472c8c42dad9314804f74bd14351df7f6f58d9fb..3265e5f0a5e312e4a2c0e9d54db8356071a85e39 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os, sys
 import urllib
index c64101dfeb6c7f772c2f9dcc0c24e8aee37c0952..1f807beb1f5128eaa7a04f699e851657481bddcd 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os, sys
 import urllib
index 5f506eb9d43df010e891b5c112407ecb4c0e5009..52c743c379b10eb7bcb3baab166c2948d47eb4bb 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os, sys
 import urllib
index 670e32e537df31c7d7b8eef37643dc91c2d205b5..fd3f8b0a47921c342a19d851e09f23812ed4995f 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This munin plugin isolates processes by looking for the 'pid' file created
 # by 'allmydata start', then extracts the amount of memory they consume (both
index ba2e1ddf5ebccb7a3aea5bf4498cddef1fec28d9..266fe93994ce86923ff60a5c135efb1a39764d1f 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This is a munin plugin which pulls total-used data from the server in
 # misc/spacetime/diskwatcher.tac, and a total-deep-size number from custom
index e3830fe4019241a20f691382c8a49e32bb29fa74..c9acb3cb0c46a6eea4b91d93bb3645c220b3a5c0 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import os, sys
 import urllib
index a47fdf3116110010caa8b2a111a49ba40c896cbd..a63f902c85644cd195a1c33e123989ba9c89bc9d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # retrieve a latency statistic for a given operation and percentile from a
 # set of storage servers.
index c28490dad97101d66346ff5fa0b71d9a7cc3e32b..3f6247576ba8d66a03e546a544bccd22eb46b82c 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 # graph operations-per-second from a set of storage servers.
 
index 12e44d146d9364c660451281200f72ff9964585a..520a5fabe71f2ba6272511deeffbb602aca008d1 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # copy .rrd files from a remote munin master host, sum the 'df' stats from a
 # list of hosts, use them to estimate a rate-of-change for the past month,
index f5c54936121eba501285f60df9745d378e509a9a..bd03aaeaca466f7e9e5cc606a96292514df8ba11 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import pickle
index ad4375b97f676e6c007d87fd4a012e6753a43421..5d25799c6be4bf7f806000b81bfdc5b0f857ce88 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 # This is a munin plugin to track the amount of disk space each node's
 # StorageServer is consuming on behalf of other nodes. This is where the
index aea81100d0441041b0522f0288639a4b8f6de290..d53db165e71e6b2a8d7af081f580d0aaecfdfd66 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import sys
 print "python%d.%d" % (sys.version_info[:2])
index f5495dd1838dd007b298868b4139a6b1b5811636..75a0bf6185cc1101e53c5097b35e3250939de4e5 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import sys, math
 from allmydata import upload, uri, encode, storage
index 6c54960484fd9edfc2e8bca077f7837ba71102eb..6a1392cb96aa822be6684cc4ec4f74461e21efac 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 from allmydata import __version__ as v
 
index 4c53c9f9d325586b69f8c520b7fcf6f16efc9a90..619a4e448c93db4d4b820fb7f33f009dddb46162 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 import sys
 from subprocess import Popen, PIPE
index 44b0c856b76fa278cf96af2ff6bacdfb76f6e286..e7af4803322c4a3ed690ecb25fd81e0ece888a8f 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 """This program is a client that sends files to xfer-server.py. You give it
 the server's FURL, and it can put files into the server's targetdir (and
index 46658698e7bfb2d08e1cdf3d529dd844882ef05e..67ffd30619de21a3186e764be9d2ee0d9c8b90ff 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 """
 Test an existing Tahoe grid, both to see if the grid is still running and to
index 6b4d2cd5f7d0bc8a54889bafd1f91c2033073a7a..3097e34c2c785da4c617ba284a2bb601e7aca50f 100644 (file)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python
 
 """
 this is a load-generating client program. It does all of its work through a