mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
remove interpreter shbang lines from non-executables
thanks to Greg Troxel for the catch
This commit is contained in:
parent
6115806f42
commit
fff237be9a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,3 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
import os, sys
|
||||
from twisted.internet import reactor, defer
|
||||
from twisted.python import log
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import random, unittest
|
||||
|
||||
from allmydata.util import base62, mathutil
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# from the Python Standard Library
|
||||
import string
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user