]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: whitespace and docstring tidyups
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 7 Jan 2009 04:41:04 +0000 (21:41 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 7 Jan 2009 04:41:04 +0000 (21:41 -0700)
src/allmydata/immutable/upload.py
src/allmydata/interfaces.py
src/allmydata/test/test_helper.py

index c37aa0e9f597724059b600737b5a11524db27987..fd4a601d1d941a106e9d61a3fa7e57b1ce2a38c5 100644 (file)
@@ -1,4 +1,3 @@
-
 import os, time, weakref, itertools
 from zope.interface import implements
 from twisted.python import failure
index bfd0477ea3d1d68ce10d177540ef9e2ccf368c6b..9828db9a8daa4e61d470cb3e2c22398abeee9ee0 100644 (file)
@@ -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
index 6568d07845348193fc6f6e12b85b78dd125aa1b8..fe815101d0fae1f50dd2cf26bbafd39817bd1e28 100644 (file)
@@ -1,4 +1,3 @@
-
 import os
 from twisted.trial import unittest
 from twisted.application import service