From 4e4bb810b0789aa72667f0b71f5141704f74b0a5 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 31 Jan 2009 16:23:40 +0000 Subject: [PATCH] use scheme instead of mzscheme svn: r13336 --- collects/handin-server/private/reloadable.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/handin-server/private/reloadable.ss b/collects/handin-server/private/reloadable.ss index d8469e995c..166699689a 100644 --- a/collects/handin-server/private/reloadable.ss +++ b/collects/handin-server/private/reloadable.ss @@ -15,7 +15,7 @@ (with-handlers ([exn? (lambda (e) (log-line "error, module not reloaded (~a)" (exn-message e)))]) - (namespace-require '(only mzscheme module #%top-interaction)) + (namespace-require '(only scheme module #%top-interaction)) (load/use-compiled path))))) ;; pulls out a value from a module, reloading the module if its source file was