| 475 | #else |
| 476 | |
| 477 | static std::string formatModuleError(const std::string& name) |
| 478 | { |
| 479 | std::string error = "Cannot load " + name + " module"; |
| 480 | return error; |
| 481 | } |
| 482 | |
| 483 | static PyObject* importShiboken() |
| 484 | { |
no outgoing calls
no test coverage detected