git: Use .format everywhere instead of %
commitae2907a57ec50bba2c74d4ce1d137fe822fddf3b
authorJohannes Löthberg <johannes@kyriasis.com>
Sat, 27 Jun 2015 10:27:07 +0000 (27 12:27 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Sat, 27 Jun 2015 11:04:03 +0000 (27 13:04 +0200)
treedd928afcc568103b64d893d55defaec5cc051618
parent226376fc6296aec6b5dbbc52a7fda69a2a6fce87
git: Use .format everywhere instead of %

% formatting is deprecated, and .format should be used instead.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
git-interface/aurinfo.py
git-interface/git-serve.py
git-interface/git-update.py