trivial: whitespace and docstring tidyups

This commit is contained in:
Zooko O'Whielacronx 2009-01-06 21:41:04 -07:00
parent ebe767bccf
commit 81add135dc
3 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import os, time, weakref, itertools
from zope.interface import implements
from twisted.python import failure

View 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

View File

@ -1,4 +1,3 @@
import os
from twisted.trial import unittest
from twisted.application import service