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
a01c7c76
Verified
Commit
a01c7c76
authored
Sep 15, 2021
by
Justin Carpentier
Browse files
python: fix import
parent
02f67edd
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/fcl.cc
View file @
a01c7c76
...
@@ -89,8 +89,7 @@ void exposeMeshLoader ()
...
@@ -89,8 +89,7 @@ void exposeMeshLoader ()
BOOST_PYTHON_MODULE
(
hppfcl
)
BOOST_PYTHON_MODULE
(
hppfcl
)
{
{
bp
::
import
(
"warnings"
);
boost
::
python
::
import
(
"warnings"
);
exposeVersion
();
exposeVersion
();
exposeMaths
();
exposeMaths
();
exposeCollisionGeometries
();
exposeCollisionGeometries
();
...
...
Write
Preview
Supports
Markdown
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