trivial: remove unused imports; thanks, pyflakes

This commit is contained in:
Zooko O'Whielacronx 2008-09-25 11:04:22 -07:00
parent a363994c4c
commit 30111811e3

View File

@ -1,9 +1,7 @@
from twisted.trial import unittest
from twisted.internet import defer
from allmydata import uri
from allmydata.immutable import filenode, download
from allmydata.checker_results import CheckerResults, CheckAndRepairResults
from allmydata.mutable.node import MutableFileNode
from allmydata.util import hashutil