]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: remove unused imports; thanks, pyflakes
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Sep 2008 18:04:22 +0000 (11:04 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Sep 2008 18:04:22 +0000 (11:04 -0700)
src/allmydata/test/test_filenode.py

index 16879d41fd6e2a0d35e44a91474f8d2c31a8b56b..5e3db0557878981585418e3f90dadb19b14f0ff0 100644 (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