summaryrefslogtreecommitdiff
path: root/src/pyinterp.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-02 17:04:49 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-02 17:04:49 -0500
commitdea9530cb7d65486143b866b60d9bd1e4914aa56 (patch)
tree23692c1b96e2f96af204166504c3c7057bc5e35c /src/pyinterp.cc
parentcec0f5ec4932e31aa9a0a09af63b9f4f0bca1d85 (diff)
downloadfork-ledger-dea9530cb7d65486143b866b60d9bd1e4914aa56.tar.gz
fork-ledger-dea9530cb7d65486143b866b60d9bd1e4914aa56.tar.bz2
fork-ledger-dea9530cb7d65486143b866b60d9bd1e4914aa56.zip
Renamed Python global "session" to "current_session"
Diffstat (limited to 'src/pyinterp.cc')
-rw-r--r--src/pyinterp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyinterp.cc b/src/pyinterp.cc
index f5b1a543..9ad9a906 100644
--- a/src/pyinterp.cc
+++ b/src/pyinterp.cc
@@ -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