diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-12 20:33:40 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-12 21:53:11 +0200 |
commit | 9244a27f9548a1d39fb01348fde66ff81f5150a4 (patch) | |
tree | 0f9d06a762a9a9939e1f37be60cf2b5e47da7983 /src/py_balance.cc | |
parent | 5f78556078d2e61d5c0ef44e36d58f3864cd84d1 (diff) | |
download | fork-ledger-9244a27f9548a1d39fb01348fde66ff81f5150a4.tar.gz fork-ledger-9244a27f9548a1d39fb01348fde66ff81f5150a4.tar.bz2 fork-ledger-9244a27f9548a1d39fb01348fde66ff81f5150a4.zip |
Refactor python related types into ledger::python namespace
Diffstat (limited to 'src/py_balance.cc')
-rw-r--r-- | src/py_balance.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/py_balance.cc b/src/py_balance.cc index 9b476244..47cd7fc9 100644 --- a/src/py_balance.cc +++ b/src/py_balance.cc @@ -39,6 +39,7 @@ namespace ledger { +using namespace python; using namespace boost::python; namespace { |