Index: megatest.scm ================================================================== --- megatest.scm +++ megatest.scm @@ -56,13 +56,13 @@ ;; (declare (uses mtargs.import)) ;; (declare (uses ftail)) ;; (import ftail) -(import mtargs +(import (prefix mtargs mod:) commonmod - debugprint + (prefix debugprint mod:) dbmod dbfile) (define *db* #f) ;; this is only for the repl, do not use in general!!!!