Skip to content
Snippets Groups Projects
Commit 175a4c43 authored by David Gobbi's avatar David Gobbi
Browse files

Make vtkVariantStrictWeakOrder(a,b) work with Py3k.

For Python 2, this method operated like the cmp(a,b) method.  In
Python 3, there is no cmp(a,b) method, so instead this method now
returns (a < b) like the original C++ method.
parent a7996f41
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment