immutable: remove unused imports (thanks, pyflakes)

This commit is contained in:
Zooko O'Whielacronx 2008-09-23 12:26:10 -07:00
parent fa302544fa
commit ff08bab0c4

View File

@ -1,8 +1,7 @@
from zope.interface import implements from zope.interface import implements
from twisted.internet import defer from twisted.internet import defer
from allmydata.interfaces import IFileNode, IFileURI, IURI, ICheckable from allmydata.interfaces import IFileNode, IFileURI, ICheckable
from allmydata import uri
from allmydata.immutable.checker import SimpleCHKFileChecker, \ from allmydata.immutable.checker import SimpleCHKFileChecker, \
SimpleCHKFileVerifier SimpleCHKFileVerifier