From: Brian Warner <warner@allmydata.com>
Date: Wed, 19 Dec 2007 01:51:33 +0000 (-0700)
Subject: more new-pyflakes warnings fixed
X-Git-Url: https://git.rkrishnan.org/frontends/specifications/%22news.html/$sch_link?a=commitdiff_plain;h=2db158dd527b2b0f5ba45223fca4e03b00472cb2;p=tahoe-lafs%2Ftahoe-lafs.git

more new-pyflakes warnings fixed
---

diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py
index a1b7bc9c..43eb1f93 100644
--- a/src/allmydata/test/test_mutable.py
+++ b/src/allmydata/test/test_mutable.py
@@ -29,9 +29,6 @@ class FakeFilenode(mutable.MutableFileNode):
     def init_from_uri(self, myuri):
         mutable.MutableFileNode.init_from_uri(self, myuri)
         return self
-    def replace(self, newdata, wait_for_numpeers=None):
-        self.all_contents[self.get_uri()] = newdata
-        return defer.succeed(self)
     def _generate_pubprivkeys(self):
         count = self.counter.next()
         return FakePubKey(count), FakePrivKey(count)