Browse Source

python: I don't understand this comment. Remove.

pull/11/head
Vladimír Vondruš 5 years ago
parent
commit
0bf27c07f2
  1. 2
      src/python/corrade/test/test_stridedarrayview.cpp

2
src/python/corrade/test/test_stridedarrayview.cpp

@ -70,8 +70,6 @@ template<class T> void container(py::class_<Container<T>>& c) {
is released */
extern "C" PYBIND11_EXPORT PyObject* PyInit_test_stridedarrayview();
PYBIND11_MODULE(test_stridedarrayview, m) {
/* These are a part of the same module in the static build, no need to
import (also can't import because there it's _magnum.*) */
py::module_::import("corrade.containers");
py::class_<Container<const std::int16_t>> containers{m, "Containers"};

Loading…
Cancel
Save