mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
iteritems removed in python3
This commit is contained in:
parent
77727ffc49
commit
e7d940ac3f
@ -334,7 +334,7 @@ def main():
|
|||||||
simple_opening_name_used = False
|
simple_opening_name_used = False
|
||||||
|
|
||||||
for (namespace, mnemonic), (opening_trans, opening_amount) in \
|
for (namespace, mnemonic), (opening_trans, opening_amount) in \
|
||||||
opening_balance_per_currency.iteritems() :
|
opening_balance_per_currency.items() :
|
||||||
simple_opening_name_used = create_opening_balance_transaction(
|
simple_opening_name_used = create_opening_balance_transaction(
|
||||||
commodtable, namespace, mnemonic,
|
commodtable, namespace, mnemonic,
|
||||||
new_book_root, new_book,
|
new_book_root, new_book,
|
||||||
|
Loading…
Reference in New Issue
Block a user