]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Avoid .format, since it is inconsistent between Python 2.6 and 2.7 (and the rest...
authorDaira Hopwood <daira@jacaranda.org>
Tue, 27 Oct 2015 01:20:28 +0000 (01:20 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 5 Feb 2016 21:59:36 +0000 (21:59 +0000)
commitc89ac633234be71129de79bcc271a858c628de95
tree8332aef9320e7d0a36ca4b5083ab3e6edb4d81f1
parentac8ba601bab91bbb429b92689bee0a6183343e68
Avoid .format, since it is inconsistent between Python 2.6 and 2.7 (and the rest of Tahoe-LAFS doesn't use it).

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/magic_folder.py
src/allmydata/test/check_magicfolder_smoke.py
src/allmydata/test/test_magic_folder.py