mutable: rename mutable/node.py to mutable/filenode.py and mutable/repair.py to mutable/repairer.py

To be more consistent with the immutable layout that I am working on.
This commit is contained in:
Zooko O'Whielacronx
2008-12-07 08:20:08 -07:00
parent 735b3493f1
commit b58875fe43
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ from allmydata.util import hashutil, base32, pollmixin, cachedir
from allmydata.util.abbreviate import parse_abbreviated_size
from allmydata.uri import LiteralFileURI
from allmydata.dirnode import NewDirectoryNode
from allmydata.mutable.node import MutableFileNode, MutableWatcher
from allmydata.mutable.filenode import MutableFileNode, MutableWatcher
from allmydata.stats import StatsProvider
from allmydata.interfaces import IURI, INewDirectoryURI, IStatsProducer, \
IReadonlyNewDirectoryURI, IFileURI, IMutableFileURI, RIStubClient