-
Committer:
mattgiuca
-
Date:
2008-02-16 03:39:25 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:482
common/caps.py: The 'cmp' of a Role now gives between -1 and 1, not
the integer difference (this is how 'cmp' is supposed to work;
it now internally uses the cmp function).
At the suggestion of Steven Bird.