aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2013-01-30 15:03:04 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2013-01-30 15:03:04 +0100
commit04453ccf422539a2f5752a83084cfac7a8c701ee (patch)
treeb7c555f914912a4689528ed708e687f95c0a096f /docs/source
parent3f931680e361086508d24d357f3d4d44466164bf (diff)
downloadmediagoblin-04453ccf422539a2f5752a83084cfac7a8c701ee.tar.lz
mediagoblin-04453ccf422539a2f5752a83084cfac7a8c701ee.tar.xz
mediagoblin-04453ccf422539a2f5752a83084cfac7a8c701ee.zip
Better Py3 compat: d.has_key(k) -> k in d
py3 does not have dict.has_key any more. You have to use "key in dict" instead. As that works in python2 as well, let's use that. Also some small bits of pep8.
Diffstat (limited to 'docs/source')
0 files changed, 0 insertions, 0 deletions