Diff for /OSAS/OSA_system/archive.py between versions 1.4 and 1.5

version 1.4, 2003/12/23 15:17:37 version 1.5, 2004/01/07 15:29:01
Line 527  class metacheck(Implicit, Persistent, Ro Line 527  class metacheck(Implicit, Persistent, Ro
                       return [retstr,error]                        return [retstr,error]
                 else:                  else:
                       return ['','running']                        return ['','running']
                   
     def __init__(self,path):      def __init__(self,path):
         """archive the documents in path"""          """archive the documents in path"""
             self.lines=[]              self.lines=[]

Removed from v.1.4  
changed lines
  Added in v.1.5


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