Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simple Robotics
pycppad
Commits
70cb4c43
Verified
Commit
70cb4c43
authored
Aug 25, 2021
by
Justin Carpentier
Browse files
core: fix Python module name
parent
2a00237a
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/main.cpp
View file @
70cb4c43
...
...
@@ -23,7 +23,7 @@ inline std::string printVersion(const std::string & delimiter = ".")
namespace
bp
=
boost
::
python
;
BOOST_PYTHON_MODULE
(
pycppad
)
BOOST_PYTHON_MODULE
(
pycppad
_pywrap
)
{
bp
::
docstring_options
module_docstring_options
(
true
,
true
,
false
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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