Skip to content

Instantly share code, notes, and snippets.

@davewilton
Created November 25, 2013 15:44
Show Gist options
  • Save davewilton/7643348 to your computer and use it in GitHub Desktop.
Save davewilton/7643348 to your computer and use it in GitHub Desktop.
ImportToolbox
# Python Script
tlb = arcpy.GetParameterAsText(0)
# Load required toolboxes
arcpy.ImportToolbox(tlb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment