mutable: merge renaming with test patches

This commit is contained in:
Zooko O'Whielacronx 2008-12-07 08:45:19 -07:00
parent b58875fe43
commit 16b20794dd

View File

@ -9,7 +9,7 @@ from allmydata.interfaces import IURI, IClient, IMutableFileNode, \
INewDirectoryURI, IReadonlyNewDirectoryURI, IFileNode, \
ExistingChildError, NoSuchChildError, \
IDeepCheckResults, IDeepCheckAndRepairResults
from allmydata.mutable.node import MutableFileNode
from allmydata.mutable.filenode import MutableFileNode
from allmydata.mutable.common import UncoordinatedWriteError
from allmydata.util import hashutil, base32
from allmydata.monitor import Monitor