Diff for /OSA_system2/OSAS_browser.py between versions 1.22 and 1.23

version 1.22, 2007/01/31 14:30:30 version 1.23, 2010/02/15 19:09:10
Line 33  def decodeRPC(string): Line 33  def decodeRPC(string):
   
   
 class OSAS_storeOnline(SimpleItem):  class OSAS_storeOnline(SimpleItem):
     """Webfrontend für das Storagesystem      """Webfrontend fuer das Storagesystem
     liefert Browserumgebung       liefert Browserumgebung 
     """      """
     meta_type="OSAS_StoreOnline__neu"      meta_type="OSAS_StoreOnline__neu"
Line 216  class OSAS_storeOnline(SimpleItem): Line 216  class OSAS_storeOnline(SimpleItem):
   
         realPath=os.path.split(indexMeta)[0]          realPath=os.path.split(indexMeta)[0]
         path=path.replace(realPath,"")          path=path.replace(realPath,"")
         if path and (path[0]==os.sep): #falls am Anfang os.sep steht lösche dieses.          if path and (path[0]==os.sep): #falls am Anfang os.sep steht loesche dieses.
             path=path[1:]              path=path[1:]
   
   

Removed from v.1.22  
changed lines
  Added in v.1.23


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