]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Move the blind_id verification function to util.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 11 Aug 2013 14:08:28 +0000 (10:08 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 11 Aug 2013 14:08:28 +0000 (10:08 -0400)
commitf9dff3370f7d15468b6c7be6d33625f6bb0e0cb0
tree5c99abc093969065efbe41fc04bf44a90786558a
parent880f4957ecf547af1a23ac273b3e4c47f60d83d1
Move the blind_id verification function to util.

Before the only view that was using this function was the
submission view. That is no longer going to be the case, so the
function should be moved to a general purpose area. Util is the
best place for that!
xonstat/util.py
xonstat/views/submission.py