* src/report/utility-reports/hello-world.scm: rename bootstrap to main.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6227 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-04 23:21:42 +00:00
parent 17d656faa7
commit e3563ffc60

View File

@ -5,7 +5,7 @@
;; new reports for GnuCash. ;; new reports for GnuCash.
(define-module (gnucash report hello-world)) (define-module (gnucash report hello-world))
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing. (use-modules (gnucash main) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
(use-modules (gnucash gnc-module)) (use-modules (gnucash gnc-module))
(debug-enable 'debug) (debug-enable 'debug)