]> 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>
Mon, 28 Dec 2015 15:30:05 +0000 (15:30 +0000)
commit477cc091cf7bae2d003c3988da6878a71e5859c0
tree4c39e21dcd2271d8a356fbb5a3dbbdfef9a238e3
parentbbd21a1c8bf2054d441f4386a80df9c4339c8c61
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