some fixes, put stuff in common.ss

svn: r11800
This commit is contained in:
Eli Barzilay 2008-09-18 15:12:35 +00:00
parent db9c864d0f
commit 011301e80d

View File

@ -0,0 +1,20 @@
#lang scheme/base
(require scheme/require)
(require scribble/manual
(for-label scheme
(subtract-in handin-server/checker scheme)
;; scheme/sandbox
handin-server/sandbox
handin-server/utils
mred
"hook-dummy.ss"))
(provide (all-from-out scribble/manual)
(for-label (all-from-out scheme
handin-server/checker
handin-server/sandbox
handin-server/utils
mred
"hook-dummy.ss")))