from cisstCommonPython import * from cisstVectorPython import * from mskccRobotPython import * rob = mskccRobot() print "Robot files loaded." print "Type dir(rob) to see all robot functions" s = raw_input("Load data collection routines (y/n)? "); if s == "y": from collect import *