racket/gui/interactive should be using racket/base

Previously it was using racket/gui
This commit is contained in:
Leif Andersen 2016-07-25 22:39:16 -04:00
parent dbede3f33c
commit 1801eac125

View File

@ -1,4 +1,6 @@
#lang racket/gui
#lang racket/base
(require racket/gui/base)
(let ([init-file (cleanse-path (find-graphical-system-path 'init-file))])
(when (file-exists? init-file)