explicitly cast result of math.ceil() to int
commitb9c44fab23ab44cecd2523c02b92ad84dca7f60c
authorStefan Kögl <stefan@skoegl.net>
Fri, 18 Jan 2013 08:10:35 +0000 (18 09:10 +0100)
committerStefan Kögl <stefan@skoegl.net>
Fri, 18 Jan 2013 08:10:35 +0000 (18 09:10 +0100)
tree5d30948943efa71ffec663c016390574228d92a8
parent4e91016cd5d0bc2c6d36f56402f9962660b0078f
explicitly cast result of math.ceil() to int

avoids TypeError in range()
mygpo/directory/views.py