mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/import-export/qif-io-core/qif-io-core.scm: rename bootstrap
to main. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6216 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
77ef6b62b4
commit
bdc710775b
@ -6,7 +6,7 @@
|
|||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(define-module (gnucash import-export qif-io-core))
|
(define-module (gnucash import-export qif-io-core))
|
||||||
(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 regex))
|
(use-modules (ice-9 regex))
|
||||||
(use-modules (gnucash gnc-module))
|
(use-modules (gnucash gnc-module))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user