]> 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)
committermeejah <meejah@meejah.ca>
Wed, 20 Jan 2016 08:30:16 +0000 (01:30 -0700)
commitc8a59c9d30dacb4bea45c382c4ad3d46ace452af
tree2e7f6448152c36ad487a342aa4331311e4c7eedb
parent5526e7231e614d5d9a8eec510738c0c587e21fd2
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