]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix a pyflakes warning.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 5 May 2014 22:17:51 +0000 (23:17 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 5 May 2014 22:17:51 +0000 (23:17 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_client.py

index 05c5eaba6f2694b9792ce2246263a4d86b8b19cd..c134249e7bf82c05d5cf66303e4883223f975aef 100644 (file)
@@ -31,8 +31,6 @@ class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
         client.Client(basedir)
 
     def test_comment(self):
-        dummy = "pb://wl74cyahejagspqgy4x5ukrvfnevlknt@127.0.0.1:58889/bogus"
-
         should_fail = [r"test#test", r"#testtest", r"test\\#test"]
         should_not_fail = [r"test\#test", r"test\\\#test", r"testtest"]