Changeset 2976

Show
Ignore:
Timestamp:
03/24/07 12:19:59 (2 years ago)
Author:
paul
Message:

Added alias Event to dEvent, since some code will break otherwise.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/dEvents.py

    r2961 r2976  
    139139            _("""Dictionary of data name/value pairs associated  
    140140            with the event.  (dict)""")) 
    141          
     141 
     142# Eventually deprecate Event         
     143Event=dEvent 
    142144 
    143145class DataEvent(dEvent):