Diff for /cdli/cdli_files.py between versions 1.33 and 1.34

version 1.33, 2006/07/04 11:54:08 version 1.34, 2006/07/04 13:51:40
Line 1716  class CDLIRoot(Folder): Line 1716  class CDLIRoot(Folder):
         if not threadName or threadName=="":          if not threadName or threadName=="":
             thread=uploadATFfinallyThread()              thread=uploadATFfinallyThread()
             threadName=thread.getName()[0:]              threadName=thread.getName()[0:]
           if (not hasattr(self,'_v_uploadATF'):
           self._v_uploadATF={}
             self._v_uploadATF[threadName]=thread              self._v_uploadATF[threadName]=thread
   
                   

Removed from v.1.33  
changed lines
  Added in v.1.34


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