Changeset 3099

Show
Ignore:
Timestamp:
05/02/07 17:56:13 (2 years ago)
Author:
paul
Message:

Removed incorrect comment in dEvent, and made a valid (but still commented) super call
just in case we decide to uncomment it in the future.

Files:

Legend:

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

    r3054 r3099  
    1919        # Event objects get instantiated with every single event, so try 
    2020        # to keep code to a minimum here. 
    21          
    22         # There isn't any superclass init code, so don't run it 
    23         #super(Event, self).__init__() 
     21        #super(dEvent, self).__init__(*args, **kwargs) 
    2422         
    2523        self._eventObject = eventObject