]> git.llucax.com Git - software/blitiri.git/commit
Fix command-line broken by the last commit master
authorLeandro Lucarella <llucax@gmail.com>
Sat, 27 Nov 2010 14:56:23 +0000 (11:56 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 27 Nov 2010 14:56:23 +0000 (11:56 -0300)
commitd3f4d72b5997d679bb18ac1dbb34c44f2981d7bf
treecb89fce054b8113bd2083a71684ee86ff6a71bcb
parent2635e6fa99f5b3e693262307437fe5d71c78fb38
Fix command-line broken by the last commit

When adding custom sorting support, Article.__cmp__() was removed but
Article are still compared for equality by the command-line interface.
This commit adds Article.__eq__() to fix that.
blitiri.cgi