Add Python 3 support in pagination.
authorBen Sturmfels <ben@sturm.com.au>
Sun, 7 Aug 2016 11:48:52 +0000 (21:48 +1000)
committerAndrew Browning <ayleph@thisshitistemp.com>
Mon, 24 Oct 2016 06:23:37 +0000 (02:23 -0400)
commitc4d3293dfa4076719e60fe9e052add07426f9a9a
treecb365a0ed2665938488ab0fedd076e8c222e4d85
parent13ed7d4c5f74e397c430faf4b7096569090e2d90
Add Python 3 support in pagination.

This issue was visible when attempting to view the home page of a MediaGoblin site with more than a single page worth of items, under Python 3.
mediagoblin/tests/test_tools.py
mediagoblin/tools/pagination.py