Home
last modified time | relevance | path

Searched refs:pathes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py421 if url in i[1].pathes:
431 package.pathes = package.pathes + (url, )
440 if url in i.pathes:
1077 def __init__( self, pathes, transientPathElement ): argument
1078 self.pathes = pathes
1165 pathes = getPathesFromPackage( j, sfa )
1166 if len( pathes ) > 0:
1168 … log.isErrorLevel() and log.error( "adding Package " + transientPathElement + " " + str( pathes ) )
1169 ret[ lastElement( j ) ] = Package( pathes, transientPathElement )
1193 if len( i[1].pathes ) == 1:
[all …]