slideshow: fix import that changed the style of legacy libraries

This commit is contained in:
Matthew Flatt 2012-11-27 13:48:21 -07:00
parent 96d1400654
commit 3aa74f2a84

View File

@ -1,5 +1,5 @@
#lang racket/base #lang racket/base
(require slideshow (require "slide.rkt"
"code-pict.rkt") "code-pict.rkt")
(provide (all-from-out "code-pict.rkt")) (provide (all-from-out "code-pict.rkt"))