]> 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>
Tue, 27 Oct 2015 01:20:28 +0000 (01:20 +0000)
commit61023bd98a8f1113620b70473adde2195ea750bb
tree7f7c60a525fe61416f8ba48d07861c5604d8dbda
parentc4c22767c07c010faefa17c4b760964b9f553150
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