mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
removed tabs (inspect tool)
[SVN r34722]
This commit is contained in:
@@ -54,7 +54,7 @@ void exec_test()
|
||||
// Register the module with the interpreter
|
||||
if (PyImport_AppendInittab("embedded_hello", initembedded_hello) == -1)
|
||||
throw std::runtime_error("Failed to add embedded_hello to the interpreter's "
|
||||
"builtin modules");
|
||||
"builtin modules");
|
||||
// Retrieve the main module
|
||||
python::object main = python::import("__main__");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user