Can anybody tell me how to import a python toolbox and access the parameter of a tool inside the toolbox?I have started importing the toolbox using the ImportToolbox function but I am not sure if this is correct: def onSelChange(self, selection): ptoolbox = arcpy.ImportToolbox("D:/ArcGISData/SARS/Python_10April2013/Toolbox.pyt")