Home
last modified time | relevance | path

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

/AOO42X/main/scripting/source/pyprov/
H A Dpythonscript.py390 if url in i[1].pathes:
400 package.pathes = package.pathes + (url, )
409 if url in i.pathes:
1039 def __init__( self, pathes, transientPathElement ): argument
1040 self.pathes = pathes
1127 pathes = getPathesFromPackage( j, sfa )
1128 if len( pathes ) > 0:
1130 … log.isErrorLevel() and log.error( "adding Package " + transientPathElement + " " + str( pathes ) )
1131 ret[ lastElement( j ) ] = Package( pathes, transientPathElement )
1155 if len( i[1].pathes ) == 1:
[all …]