-- ChollaTest.config -- Edited by Barth, June 30, 1981 11:35 AM -- Edited by Brotz, July 7, 1981 10:16 AM DIRECTORY csD: FROM "CoreStreamDefs", exD: FROM "ExceptionDefs", dsD: FROM "DisplayDefs", inD: FROM "InteractorDefs", opD: FROM "OperationsDefs", tsD: FROM "TOCSelectionDefs", vmD: FROM "VirtualMgrDefs"; ChollaTest: CONFIGURATION IMPORTS csD, dsD, exD, inD, intCommon, IODefs, opD, Storage, String, tsD CONTROL ChollaInterface = BEGIN ChollaVirtualMgr; ChollaInterface; END.