Changeset 2752 for trunk/python
- Timestamp:
 - 01/30/13 14:00:27 (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/python/scantable.py (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/python/scantable.py
r2751 r2752 53 53 #elif ( l.find('Measurement Set') == -1 and 54 54 # l.find('Image') == -1): 55 elif re.match(unmatch_pattern,l) is None:55 elif re.match(unmatch_pattern,l): 56 56 return True 57 57 else:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  