from allmydata.util import log, base32
from allmydata.scripts import runner
from allmydata.interfaces import IDirectoryNode, IFileNode, IFileURI, \
- NoSuchChildError, NotEnoughSharesError, NoSharesError
+ NoSuchChildError, NoSharesError
from allmydata.monitor import Monitor
from allmydata.mutable.common import NotMutableError
from allmydata.mutable import layout as mutable_layout
import allmydata # for __full_version__
from allmydata import uri, monitor
from allmydata.immutable import upload
-from allmydata.interfaces import IFileURI, FileTooLargeError, \
- NotEnoughSharesError, NoSharesError
+from allmydata.interfaces import IFileURI, FileTooLargeError, NoSharesError
from allmydata.util.assertutil import precondition
from allmydata.util.deferredutil import DeferredListShouldSucceed
from no_network import GridTestMixin