@@ -17,12 +17,29 @@ ;; along with Megatest. If not, see . ;; ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') -(use srfi-1 posix regex srfi-69 directory-utils call-with-environment-variables posix-extras - z3 csv typed-records pathname-expand matchable) +(import + srfi-1 + ;; posix regex srfi-69 + ;; directory-utils + ;; call-with-environment-variables posix-extras + z3 + ;; csv + typed-records pathname-expand matchable + chicken.file + chicken.port + chicken.pretty-print + chicken.process + chicken.string + chicken.time + srfi-18 + srfi-69 + chicken.process-context + regex + ) (declare (unit ezsteps)) (declare (uses db)) (declare (uses common)) (declare (uses items))