From: david-sarah Date: Sat, 6 Aug 2011 22:14:16 +0000 (-0700) Subject: test_runner.py: remove an unused constant. X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e3c600d04719531b71f7a8107b12260a77e69115;p=tahoe-lafs%2Ftahoe-lafs.git test_runner.py: remove an unused constant. --- diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 70327eda..1601a04a 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -322,10 +322,6 @@ class CreateNode(unittest.TestCase): run_by_human=False) -BASECONFIG_I = ("[client]\n" - "introducer.furl = %s\n" - ) - class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin, RunBinTahoeMixin): # exercise "tahoe start", for both introducer, client node, and