* src/tax/us/us.scm (gnucash): added use-modules.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5649 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-14 17:55:39 +00:00
parent 18b43bf2a4
commit e5c4b83e2b

View File

@ -13,5 +13,7 @@
(export txf-income-categories)
(export txf-expense-categories)
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
(load-from-path "txf.scm")
(load-from-path "txf-help.scm")