]> 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 16:18:53 +0000 (16:18 +0000)
commit311ff42113f38f4e8d608108d76f5b26283a7a51
tree8758ec48bf9cb17bd1d575471b2cae1ca7d60eb4
parentc8a631687aa29237c05b00fb3d13751ad8f00f45
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