Changeset 65

Show
Ignore:
Timestamp:
05/07/07 19:40:10 (2 years ago)
Author:
David Rousselie <dax@happycoders.org>
Message:

Correct syntax error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tests/jmc/jabber/test_component.py

    r61 r65  
    9696        pass 
    9797 
    98 class MockMailAccount(): 
     98class MockMailAccount(object): 
    9999    def _init(self): 
    100100        self.connected = False