Skip to content

Commit

Permalink
fake fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Nov 28, 2024
1 parent c514003 commit f1d145f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bindings/python/gnucash_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,14 @@ class GncCommodityTable(GnuCashCoreClass):
which includes most of the world's currencies.
"""

def get_quotable_commodities (self):
print ("hello from get_quotable_commodities")
return

def get_commodities(self):
print ("hello from get_commodities")
return

def _get_namespaces_py(self):
return [ns.get_name() for ns in self.get_namespaces_list()]

Expand Down

0 comments on commit f1d145f

Please sign in to comment.