Add missing return value specification of lookup_by_code() in python bindings.

Patch by Daniele Varrazzo.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19383 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-07-29 20:16:08 +00:00
parent bc16634061
commit 1fcdfe70d2

View File

@ -450,6 +450,7 @@ account_dict = {
'get_parent' : Account, 'get_parent' : Account,
'get_root' : Account, 'get_root' : Account,
'nth_child' : Account, 'nth_child' : Account,
'lookup_by_code' : Account,
'lookup_by_name' : Account, 'lookup_by_name' : Account,
'lookup_by_full_name' : Account, 'lookup_by_full_name' : Account,
'FindTransByDesc' : Transaction, 'FindTransByDesc' : Transaction,