diff --git a/tsearchpath.py b/tsearchpath.py index e18f07f..4a428fd 100755 --- a/tsearchpath.py +++ b/tsearchpath.py @@ -5,7 +5,7 @@ # Program Information -RCSID = "$Id: tsearchpath.py,v 1.102 2010/06/24 20:15:32 tundra Exp $" +RCSID = "$Id: tsearchpath.py,v 1.103 2010/06/24 20:28:30 tundra Exp $" #----------------------------------------------------------# @@ -28,9 +28,11 @@ ##### -def tsearchpath(filename, pathlist, +def tsearchpath(filename, + pathlist, PATHDELIM=DEFAULTDELIM, - PATHSEP=os.path.sep): + PATHSEP=os.path.sep + ): """ Search 'pathlist' looking for 'filename' returning on first (leftmost in 'pathlist') match. The function is insensitive