Renamed Python global "session" to "current_session"
This commit is contained in:
parent
cec0f5ec49
commit
dea9530cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void initialize_for_python()
|
|||
export_value();
|
||||
export_xact();
|
||||
|
||||
scope().attr("session") = python_session;
|
||||
scope().attr("current_session") = python_session;
|
||||
}
|
||||
|
||||
struct python_run
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue