From 81add135dc0a2dc14fc2113b192b8bef007e6348 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 6 Jan 2009 21:41:04 -0700 Subject: [PATCH] trivial: whitespace and docstring tidyups --- src/allmydata/immutable/upload.py | 1 - src/allmydata/interfaces.py | 2 +- src/allmydata/test/test_helper.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/allmydata/immutable/upload.py b/src/allmydata/immutable/upload.py index c37aa0e9..fd4a601d 100644 --- a/src/allmydata/immutable/upload.py +++ b/src/allmydata/immutable/upload.py @@ -1,4 +1,3 @@ - import os, time, weakref, itertools from zope.interface import implements from twisted.python import failure diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index bfd0477e..9828db9a 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -1453,7 +1453,7 @@ class IUploadResults(Interface): """I am returned by upload() methods. I contain a number of public attributes which can be read to determine the results of the upload. Some of these are functional, some are timing information. All of these may be - None.:: + None. .file_size : the size of the file, in bytes .uri : the CHK read-cap for the file diff --git a/src/allmydata/test/test_helper.py b/src/allmydata/test/test_helper.py index 6568d078..fe815101 100644 --- a/src/allmydata/test/test_helper.py +++ b/src/allmydata/test/test_helper.py @@ -1,4 +1,3 @@ - import os from twisted.trial import unittest from twisted.application import service -- 2.45.2