Changeset 3268
- Timestamp:
- 4 Mar 2008, 09:59:12 (17 years ago)
- Location:
- WAeUP_SRP/base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPImport.py
r3250 r3268 132 132 pending += item, 133 133 datafile.close() 134 copy2(self.pending_path,self.pending_backup)134 #copy2(self.pending_path,self.pending_backup) 135 135 return pending, pending_digests 136 136 ###) -
WAeUP_SRP/base/WAeUPTool.py
r3267 r3268 1428 1428 if not os.path.exists(import_source_path): 1429 1429 fn = os.path.split(import_source_path)[1] 1430 em = ' No%(fn)s' % vars()1430 em = 'no import file %(fn)s' % vars() 1431 1431 return em 1432 1432 import_source_fn = os.path.split(import_source_path)[1]
Note: See TracChangeset for help on using the changeset viewer.