GnuCash
5.6-150-g038405b370+
bindings
python
app_utils.py
Go to the documentation of this file.
1
# app_utils.py -- High level python wrapper for app-utils
2
#
3
# @author Christoph Holtermann <mail@c-holtermann.net>
4
11
12
13
from
gnucash
import
_sw_app_utils
14
15
def
gnc_get_current_session():
16
from
gnucash
import
Session
17
return
Session(instance=_sw_app_utils.gnc_get_current_session())
Generated by
1.8.14