racket/collects/meta/web/download/shared.rkt
Eli Barzilay 8694d7b8ae Provide resources from download (so do this from all uses of
`define+provide-context'); dirlist uses that instead of www.

Also dropped redundant provides of `page'.
2010-06-16 16:49:02 -04:00

6 lines
114 B
Racket

#lang at-exp s-exp "../common.rkt"
(provide (all-from-out "../common.rkt"))
(define+provide-context "download")