-- File: FingerTool.config
-- Created by: Donahue, October 15, 1984 3:58:01 pm PDT
-- Contents: config for Finger

-- Last edited by:
--   Donahue, October 15, 1984 3:58:23 pm PDT

FingerTool: CONFIGURATION LINKS: CODE
 IMPORTS
  AIS,
  Atom,
  CountedVM,
  Basics, BasicTime,
  Commander, CommandTool,
  Convert,
  FingerOps,
  FS, IO, InputFocus, Rope,
  Graphics, GraphicsOps,
  Buttons, Icons, MessageWindow,
  PrincOpsUtils,
  Process,
  SafeStorage,
  UserCredentials,
  UserProfile,
  VFonts, ViewerEvents, ViewerOps, VM

CONTROL AISImpl, FingerToolImpl =

BEGIN

AISImpl;
DefaultRegistryImpl;
FingerToolImpl;

END.