Changeset 383
- Timestamp:
- 12/30/07 10:28:46 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/motmot_utils/motmot/utils/check_new_namespace.py
r379 r383 44 44 continue 45 45 else: 46 print 'WARNING: could not parse line : %s'%repr(line)46 print 'WARNING: could not parse line %s(%d): %s'%(filename,lineno,repr(line)) 47 47 continue 48 48 if len(split)<2: # cannot be import line
