Changeset 13226
- Timestamp:
- 03/26/12 11:29:07 (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  fact/tools/pyscripts/pyfact/cleaners.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      fact/tools/pyscripts/pyfact/cleaners.pyr13175 r13226 119 119 # the first survivor belongs to the first island, by definition 120 120 self.islands = [] 121 islands = sel d.islands121 islands = self.islands 122 122 if len(surv_copy) > 0: 123 123 islands.append([surv_copy[0]]) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
