* src/report/report-system/report-system.scm: rename bootstrap to main.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6218 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-12-04 23:16:52 +00:00
parent 13187aeaab
commit 395f2344ca

View File

@ -6,7 +6,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-module (gnucash report report-system)) (define-module (gnucash report report-system))
(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 (ice-9 slib)) (use-modules (ice-9 slib))
(use-modules (ice-9 regex)) (use-modules (ice-9 regex))
(use-modules (srfi srfi-1)) (use-modules (srfi srfi-1))