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

@ -5,7 +5,7 @@ from zope.interface import implements
from twisted.internet import defer
import simplejson
from allmydata.mutable.common import NotMutableError
from allmydata.mutable.node import MutableFileNode
from allmydata.mutable.filenode import MutableFileNode
from allmydata.interfaces import IMutableFileNode, IDirectoryNode,\
IURI, IFileNode, IMutableFileURI, IFilesystemNode, \
ExistingChildError, NoSuchChildError, ICheckable, IDeepCheckable