]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove an unused import.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 10 Oct 2014 19:39:18 +0000 (20:39 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Oct 2014 19:39:18 +0000 (20:39 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_json_metadata.py

index ab51854a007018910f9433bdfab6dbe8fecf5c9e..bdaa8b837e00bd28d2ecb1840394fd19287839d8 100644 (file)
@@ -3,7 +3,7 @@ import mock
 from twisted.trial.unittest import TestCase
 
 from allmydata.web.common import get_filenode_metadata, SDMF_VERSION, MDMF_VERSION
-from allmydata.immutable.filenode import ImmutableFileNode
+
 
 class CommonFixture(object):
     def setUp(self):