Show
Ignore:
Timestamp:
08/27/08 23:24:54 (4 months ago)
Author:
hobu
Message:

fix #71 according to Etienne's note

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/python/liblas/header.py

    r848 r867  
    5252        return True 
    5353    elif (year % 4) == 0: 
    54         return True 
     54        return False 
    5555    return False 
    5656