fake fix for tests

This commit is contained in:
Christopher Lam 2024-06-07 23:09:41 +08:00
parent c514003d2c
commit f1d145f8c0

View File

@ -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()]