thanks to Greg Troxel for the catch
-#!/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
-#!/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
-#! /usr/bin/env python
-
import os, shutil, sys, urllib, time, stat
from cStringIO import StringIO
from twisted.internet import defer, reactor, protocol, error
-#! /usr/bin/env python
-
import os, sys
from twisted.internet import reactor, defer
from twisted.python import log
-#!/usr/bin/env python
-
import random, unittest
from allmydata.util import base62, mathutil
-#!/usr/bin/env python
-
# from the Python Standard Library
import string