Add Python 3 support in pagination.
authorBen Sturmfels <ben@sturm.com.au>
Sun, 7 Aug 2016 11:48:52 +0000 (21:48 +1000)
committerBoris Bobrov <breton@cynicmansion.ru>
Fri, 16 Sep 2016 06:24:56 +0000 (09:24 +0300)
commit58b3a65e53c70d6e0bffb8645cb947e17773fc0f
tree575074d94f755f816d7d3d79ed9d9f1eabcf9a78
parentd37c6f622a33fc3e0e37f84d1e90d287794d0a04
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