fix import collision

--- probably due to the addition of `identity' to `scheme[/gui]',
 but the test file should require `scheme/gui/base'

original commit: 67e5b3d3646a28db2e11110dee5902e1c0838103
This commit is contained in:
Matthew Flatt 2011-07-04 16:37:57 -06:00
parent 690de675df
commit 90ee93152c

View File

@ -1,7 +1,7 @@
#lang scheme/base
(require scheme/class
scheme/list
scheme/gui
scheme/gui/base
framework/framework
mzlib/etc)