| |
---|
| | # For Updates See: http://www.tundraware.com/Software/tsearchpath |
---|
| | |
---|
| | # Program Information |
---|
| | |
---|
| | RCSID = "$Id: tsearchpath.py,v 1.107 2010/06/25 14:07:14 tundra Exp $" |
---|
| | RCSID = "$Id: tsearchpath.py,v 1.108 2010/06/25 15:08:23 tundra Exp $" |
---|
| | |
---|
| | |
---|
| | #----------------------------------------------------------# |
---|
| | # Imports # |
---|
| |
---|
| | paths = pathlist.split(PATHDELIM) |
---|
| | |
---|
| | for path in paths: |
---|
| | |
---|
| | if path[-1] != PATHSEP: |
---|
| | if path and path[-1] != PATHSEP: |
---|
| | path += PATHSEP |
---|
| | |
---|
| | path += filename |
---|
| | |
---|
| |
---|
| | |