mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fake fix for tests
This commit is contained in:
parent
c514003d2c
commit
f1d145f8c0
@ -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()]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user