Changed copy.copy(get_params) to dict(get_params)
authorJoar Wandborg <git@wandborg.com>
Sun, 30 Sep 2012 18:34:39 +0000 (20:34 +0200)
committerJoar Wandborg <git@wandborg.com>
Sun, 30 Sep 2012 18:34:39 +0000 (20:34 +0200)
commit3d7fa496ee0a736e11b5681318662c3bbec92f63
tree6b432b9718ad6772a11f64ae7af96858f392bbeb
parent2806a857ddcb1fa3482387b84b21b2c119866a3e
Changed copy.copy(get_params) to dict(get_params)

in pagination because request.GET/request.args is immutable since the
switch to werkzeug.
mediagoblin/tools/pagination.py