-- File: Squirrel.config
-- Last edited by:
-- Cattell on January 16, 1984 11:32 ampm
-- Willie-Sue on February 10, 1983 1:52 pm
-- Donahue on August 8, 1983 2:37 pm
-- Widom on June 18, 1984 3:27:07 pm PDT
-- Butler, June 27, 1984 9:41:21 am PDT

Squirrel: CONFIGURATION LINKS: CODE
IMPORTS
Atom, FS, CommandTool, Commander,
IO, Process, Rope, UserProfile,

Convert, PrincOpsUtils, ViewerEvents,
BasicTime,

Icons, Menus, MessageWindow, Containers, Ascii,
VFonts, ViewerOps, ViewerIO,

DB, DBEnvironment,

Nut, NutViewer, NutOps

CONTROL SquirrelToolImpl, SquirrelLoadImpl, SquirrelDumpImpl =

BEGIN

SquirrelToolImpl;
SquirrelLoadImpl;
SquirrelDumpImpl;

END.