2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 09:02:15 +00:00

(merge from head)

removed tabs (inspect tool)


[SVN r34723]
This commit is contained in:
Gennaro Prota
2006-07-24 22:28:41 +00:00
parent ecf70b05f2
commit 8fb6e1f48d
2 changed files with 9 additions and 9 deletions

View File

@@ -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__");