trivial: remove unused import (thanks, pyflakes)

This commit is contained in:
Zooko O'Whielacronx 2008-12-19 13:46:29 -07:00
parent 471e1f1b9b
commit a71a68b31e

@ -9,7 +9,7 @@ from foolscap.eventual import eventually
from allmydata.util import base32, mathutil, hashutil, log
from allmydata.util.assertutil import _assert, precondition
from allmydata import codec, hashtree, storage, uri
from allmydata import codec, hashtree, uri
from allmydata.interfaces import IDownloadTarget, IDownloader, IFileURI, IVerifierURI, \
IDownloadStatus, IDownloadResults, IValidatedThingProxy, NotEnoughSharesError
from allmydata.immutable import layout