Misc. cleanup for Python 3

This commit is contained in:
Lance Edgar 2018-02-12 14:41:40 -06:00
parent 189bc1faa8
commit ee35cc6f22
24 changed files with 49 additions and 36 deletions

View file

@ -5,7 +5,7 @@
<h2>${project_title} ${project_version}</h2>
% for name, version in packages.iteritems():
% for name, version in packages.items():
<h3>${name} ${version}</h3>
% endfor