Skip to content

Commit 70cb4c4

Browse files
committed
core: fix Python module name
1 parent 2a00237 commit 70cb4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inline std::string printVersion(const std::string & delimiter = ".")
2323

2424
namespace bp = boost::python;
2525

26-
BOOST_PYTHON_MODULE(pycppad)
26+
BOOST_PYTHON_MODULE(pycppad_pywrap)
2727
{
2828
bp::docstring_options module_docstring_options(true,true,false);
2929

0 commit comments

Comments
 (0)