Diff for /OSA_system2/OSAS_helpers.py between versions 1.11 and 1.12

version 1.11, 2007/01/31 14:30:29 version 1.12, 2010/02/15 19:09:10
Line 122  def getPropertyOfDirs(indexMeta,property Line 122  def getPropertyOfDirs(indexMeta,property
   
                                         
 def dirHasProperty(path,indexMeta,propertyName,propertyValue):  def dirHasProperty(path,indexMeta,propertyName,propertyValue):
     """gibt 1 zurück falls path hat propertyName und properName=propertyValue      """gibt 1 zurueck falls path hat propertyName und properName=propertyValue
     @param propertyName:Property von path in index.meta des parent folders von path      @param propertyName:Property von path in index.meta des parent folders von path
     @param propertyValue:Wert der Property      @param propertyValue:Wert der Property
     @param path: Pfad der getestet werden soll      @param path: Pfad der getestet werden soll

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>