fix bugID 87676

need to pull in the g-wrap module for gw:wcp-is-of-type?


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7101 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-07-08 18:38:44 +00:00
parent 4b71c08cb8
commit ce109fa058

View File

@ -13,6 +13,7 @@
(use-modules (ice-9 slib))
(use-modules (ice-9 regex))
(use-modules (srfi srfi-1))
(use-modules (g-wrap gw-wct))
(debug-enable 'debug)
(debug-enable 'backtrace)