Show
Ignore:
Timestamp:
11/26/08 01:47:17 (3 years ago)
Author:
cfreeze@…
Branch:
CAP_1.1
Message:

cleaning pass since moving to the new CAP 1.1 format for all the fields that are being parsed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/WeatherAlert.py

    r164 r172  
    7777 
    7878        def getEvent(self): 
    79                 return self.cap_item.event 
     79                return self.cap_item.matter 
    8080 
    8181        def getId(self): 
     
    9292        type = property(getType,None,None) 
    9393        state = property(getState,None,None) 
    94  
    9594        text = property(getText,None,None) 
    9695        terse = property(getTerse,None,None)