2 __date__ =
"$2010-07-15 12.27.32$" 5 from os.path
import join
6 from Utilities.ReleaseScripts.cmsCodeRules.pathToRegEx
import pathsToRegEx, pathToRegEx
14 for root, dirs, files
in osWalkResult:
17 fullPath =
join(root,name)
19 if re.match(path, fullPath):
22 if not excepted
and re.match(file, name):
23 listOfFiles.append(fullPath)
def getFilePathsFromWalk(osWalkResult, file, exceptPaths=[])
static std::string join(char **cmd)