mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Take out print statement I added for debugging purposes.
[SVN r40536]
This commit is contained in:
@@ -26,8 +26,7 @@ void import_test(char const *py_file_path)
|
||||
bpl::str script(
|
||||
"import sys, os.path\n"
|
||||
"path = os.path.dirname(%r)\n"
|
||||
"sys.path.insert(0, path)\n"
|
||||
"print 'sys.path=',sys.path"
|
||||
"sys.path.insert(0, path)"
|
||||
% bpl::str(py_file_path));
|
||||
|
||||
bpl::object result = bpl::exec(script, global, global);
|
||||
|
||||
Reference in New Issue
Block a user