Tagged Questions
3
votes
1answer
267 views
Using Custom Functions in a Python Toolbox
I am trying to put together a python toolbox (Arc 10.1) and would like to use a defined function in my code. The function is:
'sys' is imported at the top of the file
def listdirs(folder):
...