Updated usage of METH_X definitions for python 3.
authorGabe Schwartz <hapemask@gmail.com>
Mon, 10 Jun 2013 21:29:36 +0000 (17:29 -0400)
committerGabe Schwartz <hapemask@gmail.com>
Fri, 14 Jun 2013 00:10:01 +0000 (20:10 -0400)
commitbb209193c98744e90148be6e9a006a46090d6de2
tree7875085cc6a543e4e8a14945277fe6f31945530a
parentbce1b352e7df82644f8232465e126f74d1792f07
Updated usage of METH_X definitions for python 3.
Python 3 requires METH_VARARGS | METH_KEYWORDS, not just METH_KEYWORDS.
modules/python/src2/cv2.cpp
modules/python/src2/gen2.py