-- PupwatchImage.config
-- Last edited by Andrew Birrell  24-Nov-81 11:50:03

PACK DiskLog, FunnyDisplay, GetAddress, Keyboard, KeyStreams, Looker;

PupwatchImage: CONFIGURATION LINKS: CODE
  IMPORTS DisplayDefs--Looker--, MMOps--Looker-- =
    BEGIN
    
    Nucleus;

    -- Mesa Specific
    DebugNub;
    Keyboard;
    KeyStreams;
    TimeConvert;

    -- Pupwatch
    Pupwatch;

    END.