Skip to content
Snippets Groups Projects
Unverified Commit 7ba4be77 authored by René Fritze's avatar René Fritze
Browse files

[py] fix leftover pybind11 plugin use

parent f9de35c7
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@ PYBIND11_MODULE(__operators_elliptic_ipdg, m)
namespace py = pybind11;
using namespace pybind11::literals;
py::module m("__operators_elliptic_ipdg", "dune-gdt: EllipticIpdgMatrixOperator");
Dune::XT::Common::bindings::addbind_exceptions(m);
py::module::import("dune.xt.common");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment