Mesh: remove py2 code

This commit is contained in:
luz paz
2021-04-23 16:32:11 -04:00
committed by wwmayer
parent 1e795e869c
commit 086063f75e
3 changed files with 0 additions and 100 deletions

View File

@@ -226,11 +226,7 @@ private:
"exportAmfCompressed", NULL};
if (!PyArg_ParseTupleAndKeywords( args.ptr(), keywds.ptr(),
#if PY_MAJOR_VERSION >= 3
"Oet|dp",
#else
"Oet|di",
#endif // Python version switch
kwList, &objects, "utf-8", &fileNamePy,
&fTolerance, &exportAmfCompressed )) {
throw Py::Exception();