remove interpreter shbang lines from non-executables

thanks to Greg Troxel for the catch
This commit is contained in:
Brian Warner 2011-10-14 10:23:01 -07:00
parent 6115806f42
commit fff237be9a
6 changed files with 0 additions and 12 deletions

View 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

View 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

View 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

View File

@ -1,5 +1,3 @@
#! /usr/bin/env python
import os, sys
from twisted.internet import reactor, defer
from twisted.python import log

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
import random, unittest
from allmydata.util import base62, mathutil

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# from the Python Standard Library
import string