mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
whitespace-cleanup
This commit is contained in:
parent
3505a8a31c
commit
420e3aa293
@ -249,6 +249,7 @@ set the ``tub.location`` option described below.
|
||||
used for files that usually (on a Unix system) go into ``/tmp``. The string
|
||||
will be interpreted relative to the node's base directory.
|
||||
|
||||
|
||||
Client Configuration
|
||||
====================
|
||||
|
||||
@ -321,6 +322,7 @@ Client Configuration
|
||||
(Mutable files use a different share placement algorithm that does not
|
||||
currently consider this parameter.)
|
||||
|
||||
|
||||
Frontend Configuration
|
||||
======================
|
||||
|
||||
@ -355,6 +357,7 @@ FTP, SFTP
|
||||
``[sftpd]`` sections of ``tahoe.cfg``.
|
||||
|
||||
|
||||
|
||||
Storage Server Configuration
|
||||
============================
|
||||
|
||||
@ -540,6 +543,7 @@ This section describes these other files.
|
||||
many people as possible, put the empty string (so that ``private/convergence``
|
||||
is a zero-length file).
|
||||
|
||||
|
||||
Other files
|
||||
===========
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import datetime, os.path, re, types, ConfigParser, tempfile
|
||||
from base64 import b32decode, b32encode
|
||||
|
||||
@ -61,7 +60,6 @@ class Node(service.MultiService):
|
||||
|
||||
# creates self.config, populates from distinct files if necessary
|
||||
self.read_config()
|
||||
|
||||
nickname_utf8 = self.get_config("node", "nickname", "<unspecified>")
|
||||
self.nickname = nickname_utf8.decode("utf-8")
|
||||
assert type(self.nickname) is unicode
|
||||
@ -344,4 +342,3 @@ class Node(service.MultiService):
|
||||
def add_service(self, s):
|
||||
s.setServiceParent(self)
|
||||
return s
|
||||
|
||||
|
@ -336,7 +336,6 @@ class LoggingServiceParent(service.MultiService):
|
||||
def log(self, *args, **kwargs):
|
||||
return log.msg(*args, **kwargs)
|
||||
|
||||
|
||||
class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
|
||||
|
||||
# SystemTestMixin tests tend to be a lot of work, and we have a few
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import os
|
||||
from twisted.trial import unittest
|
||||
from twisted.application import service
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
from twisted.trial import unittest
|
||||
|
||||
from twisted.python import usage, runtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user