Sybren A. Stüvel 663627358f Ran 2to3 on pillar + some manual fixups
The 'manual fixups' are:

- incorrect use of dict.items() where dict.iteritems() was meant; this
  results in list(dict.items()), which I changed to dict.items().
- removal of 'from __future__ import' lines, which 2to3 changes into
  empty lines; I removed the empty lines.
2017-03-22 15:49:51 +01:00
..
2016-08-19 09:19:06 +02:00
2016-11-11 08:40:49 +01:00
2016-11-24 18:12:16 +01:00