@@ -16,18 +16,18 @@ ;; along with Megatest. If not, see . ;; ;; gotta compile with csc, doesn't work with csi -s for whatever reason -(use srfi-69) -(use matchable) -(use utils) -(use ports) -(use extras) -(use srfi-1) -(use posix) -(use srfi-12) +(import srfi-69) +(import matchable) +(import utils) +(import ports) +(import extras) +(import srfi-1) +(import posix) +(import srfi-12) ;; turn scheme file to a list of sexps, sexps of interest will be in the form of (define ( ) ) (define (load-scm-file scm-file) ;;(print "load "scm-file) (handle-exceptions