Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
1c1557ea
Verified
Commit
1c1557ea
authored
Sep 16, 2021
by
Justin Carpentier
Browse files
python: fix import for pypy
parent
d5164794
Pipeline
#16085
passed with stage
in 22 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/fcl.cc
View file @
1c1557ea
...
...
@@ -89,7 +89,10 @@ void exposeMeshLoader ()
BOOST_PYTHON_MODULE
(
hppfcl
)
{
boost
::
python
::
import
(
"warnings"
);
namespace
bp
=
boost
::
python
;
PyImport_ImportModule
(
"warnings"
);
exposeVersion
();
exposeMaths
();
exposeCollisionGeometries
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment