From 4771e1c9d571e58b5f956c8a5f02ccc8ac8fb5a4 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sun, 18 Jan 2009 10:58:15 -0700 Subject: [PATCH] trivial: whitespace Ran "M-x whitespace-cleanup" on files that Toby's recent patch touched, even though they didn't have trailing whitespace. --- src/allmydata/client.py | 2 -- src/allmydata/test/common.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/allmydata/client.py b/src/allmydata/client.py index 20fab7b0..f0208bd4 100644 --- a/src/allmydata/client.py +++ b/src/allmydata/client.py @@ -1,4 +1,3 @@ - import os, stat, time, weakref from allmydata.interfaces import RIStorageServer from allmydata import node @@ -426,4 +425,3 @@ class Client(node.Node, pollmixin.PollMixin): except KeyError: return [] return helper.get_all_upload_statuses() - diff --git a/src/allmydata/test/common.py b/src/allmydata/test/common.py index 6fbe3b28..747bd74c 100644 --- a/src/allmydata/test/common.py +++ b/src/allmydata/test/common.py @@ -1,4 +1,3 @@ - import os, random, struct from zope.interface import implements from twisted.internet import defer @@ -1329,4 +1328,3 @@ def _corrupt_uri_extension(data): uriextlen = struct.unpack(">Q", data[0x0c+uriextoffset:0x0c+uriextoffset+8])[0] return corrupt_field(data, uriextoffset, uriextlen) - -- 2.45.2